Re: Non Buffered Send & Receive
Daniel Stenberg via curl-users <[email protected]>
| Newsgroups | gmane.comp.web.curl.general |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 21 Jun 2024, Naitik Shah via curl-users wrote: > It seems like there is buffering on the input side I would not really call it "buffering". -d @file will read the entire thing first. -T . however will not, it will read stdin and send off data in a filter style. -- / daniel.haxx.se | Commercial curl support up to 24x7 is available! | Private help, bug fixes, support, ports, new features | https://curl.se/support.html -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users Etiquette: https://curl.se/mail/etiquette.html