1*6236dae4SAndroid Build Coastguard Worker--- 2*6236dae4SAndroid Build Coastguard Workerc: Copyright (C) Daniel Stenberg, <[email protected]>, et al. 3*6236dae4SAndroid Build Coastguard WorkerSPDX-License-Identifier: curl 4*6236dae4SAndroid Build Coastguard WorkerLong: no-buffer 5*6236dae4SAndroid Build Coastguard WorkerShort: N 6*6236dae4SAndroid Build Coastguard WorkerHelp: Disable buffering of the output stream 7*6236dae4SAndroid Build Coastguard WorkerCategory: output 8*6236dae4SAndroid Build Coastguard WorkerAdded: 6.5 9*6236dae4SAndroid Build Coastguard WorkerMulti: boolean 10*6236dae4SAndroid Build Coastguard WorkerSee-also: 11*6236dae4SAndroid Build Coastguard Worker - progress-bar 12*6236dae4SAndroid Build Coastguard WorkerExample: 13*6236dae4SAndroid Build Coastguard Worker - --no-buffer $URL 14*6236dae4SAndroid Build Coastguard Worker--- 15*6236dae4SAndroid Build Coastguard Worker 16*6236dae4SAndroid Build Coastguard Worker# `--no-buffer` 17*6236dae4SAndroid Build Coastguard Worker 18*6236dae4SAndroid Build Coastguard WorkerDisables the buffering of the output stream. In normal work situations, curl 19*6236dae4SAndroid Build Coastguard Workeruses a standard buffered output stream that has the effect that it outputs the 20*6236dae4SAndroid Build Coastguard Workerdata in chunks, not necessarily exactly when the data arrives. Using this 21*6236dae4SAndroid Build Coastguard Workeroption disables that buffering. 22*6236dae4SAndroid Build Coastguard Worker 23*6236dae4SAndroid Build Coastguard WorkerNote that this is the negated option name documented. You can use --buffer to 24*6236dae4SAndroid Build Coastguard Workerenable buffering again. 25