blob: 2de48c97c1e9fa3ddbe2527c14a730dc4bbadb1e [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: no-buffer
4Short: N
5Help: Disable buffering of the output stream
6Category: curl
7Example: --no-buffer $URL
8Added: 6.5
9See-also: progress-bar
10Multi: boolean
11---
12Disables the buffering of the output stream. In normal work situations, curl
13will use a standard buffered output stream that will have the effect that it
14will output the data in chunks, not necessarily exactly when the data arrives.
15Using this option will disable that buffering.