curl-users
Re: Tcp package for headers
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sun, 3 Mar 2019 11:15:34 +0100 (CET)
Date: Sun, 3 Mar 2019 11:15:34 +0100 (CET)
On Sun, 3 Mar 2019, Evgeny B wrote:
> The (only) difference I've found: the curl always sends headers within
> separate (shorter) TCP package while ABAP sends a bigger (full) package
> containing headers + part of data.
...
> Is the above difference significant?
No. TCP is a byte stream and a server can't and shouldn't assume anything
about the grouping of bytes as the arrive.
> Is it possible (for testing purposes) to make curl not to send headers
> separately?
curl doesn't have any such option, no. You can probably edit the code and
rebuild to make it happen of course.
-- / daniel.haxx.se ----------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users Etiquette: https://curl.haxx.se/mail/etiquette.htmlReceived on 2019-03-03