http.c
38.6 KB
-
http: allow server to drop a keepalive connection · d171fbee
When we have a keep-alive connection to the server, that server may legally drop the connection for any reason once a successful request and response has occurred. It's common for servers to drop the connection after some amount of time or number of requests have occurred.
Edward Thomson committed