curl -v -L http:// * Trying 93.184.216.34...* TCP_NODELAYset* Connected to (93.184.216.34) port 80 (#0)> GET / HTTP/1.1> Host:> User-Agent: curl/7.64.1> Accept: */*>< HTTP/1.1 200 OK< Age: 429237< Cache-Control: max-age=604800< Content-Type: text/html; charset=UTF-8<...
Steps to reproduce wireshark & curl https://google.com curl --no-tcp-nodelay https://google.com Expected behavior HTTP/2 GET is sent together with TLS Finished (optimally) or in one packet thereafter (realistically) in both cases. Actual...
#ifdef TCP_NODELAY /* returns true if the current socket is an IP one */ static bool socket_domain_is_ip(void) { @@ -235,6 +236,7 @@ static bool socket_domain_is_ip(void) return false; } } #endif /* parse the file on disk that might have a test number for us */ static...