2026-02-16 14:10 skrev Stefan Eissing via curl-library:

libcurl does not buffer TLS records. It seems more likely that the buffering happens at the server. You should see this easily in wireshark when you look at the TLS records sent by the server. Use SSLKEYLOGFILE environment variable when invoking curl and provide that file to Wireshark for decryption.

Thanks.

That nudged me in the right direction. I was assuming the buffering was on the incoming data through libcurl, whereas the buffering seems to be happening on the other end, in the process I am forwarding the data towards.

--
\\// Peter - http://www.softwolves.pp.se/
--
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to