Re: HTTP/2 deferring DATA frame to another TCP packet

2023-07-09 Thread Daniel Stenberg via curl-library
On Thu, 22 Jun 2023, Pontakorn Prasertsuk wrote: My apology. There is a problem with my build that caused disabling TCP_NODELAY to not work. Now that I build it again, all the packets are collapsed into 1 TCP packet. However, they are on different TLS records. Is there a way to combine them

Re: HTTP/2 deferring DATA frame to another TCP packet

2023-06-21 Thread Daniel Stenberg via curl-library
On Wed, 21 Jun 2023, Pontakorn Prasertsuk via curl-library wrote: I have a POST body with length 10. The header `Content-length: 10` is present in the HEADER frame of my request. Referring to the image, the POST body is in the third packet after the HEADER packet (with SETTINGS packet from

Re: HTTP/2 deferring DATA frame to another TCP packet

2023-06-21 Thread Pontakorn Prasertsuk via curl-library
Hi Stefan, I have a POST body with length 10. The header `Content-length: 10` is present in the HEADER frame of my request. Referring to the image, the POST body is in the third packet after the HEADER packet (with SETTINGS packet from server and ACK packet from the client in between). It should

Re: HTTP/2 deferring DATA frame to another TCP packet

2023-06-21 Thread Stefan Eissing via curl-library
> Am 21.06.2023 um 08:04 schrieb Pontakorn Prasertsuk via curl-library > : > > Hi, > > I am currently testing HTTP/2 connection to my local server using Curl i.e. > running: > > SSLKEYLOGFILE=/tmp/sslkeylog.log src/curl --location "https://localhost:8000; > --insecure --http2 --data