Do most HTTP responses have less than ~500 bytes of headers? I guess specifically here, GH pages' responses.
It looks like one of the requests made to the DB included a little over 700 bytes of response status line and headers, so that would probably end up spilling into more than one response packet, unfortunately.
Do most HTTP responses have less than ~500 bytes of headers? I guess specifically here, GH pages' responses.
It looks like one of the requests made to the DB included a little over 700 bytes of response status line and headers, so that would probably end up spilling into more than one response packet, unfortunately.
With http/3 header compression, I assume the answer is yes.