Closed rossabaker closed 1 month ago
LGTM.
Maybe a bit off-topic for this PR, but when returning a Connection: close
do you pause before closing to allow the client to do an active close avoiding TIME_WAIT
on the server side?
Hell, I started from the wrong branch.
Miles has a good question that I haven't dug into yet. Spinning that off into an issue.
We are aggressively closing connections in the presence of
Connection
headers composed exclusively of options other thankeep-alive
orclose
. This is contrary to the RFC