blob: 65a6282f64d4e3579c6da7657375cfd180c04a08 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001Long: no-buffer
2Short: N
3Help: Disable buffering of the output stream
4---
5Disables the buffering of the output stream. In normal work situations, curl
6will use a standard buffered output stream that will have the effect that it
7will output the data in chunks, not necessarily exactly when the data arrives.
8Using this option will disable that buffering.
9
10Note that this is the negated option name documented. You can thus use
11--buffer to enforce the buffering.