Hi, url-http.el seems to attempt reusing connections despite the presence of a "Connection: close" header if the server didn't close the connection fast enough. This is easily triggered when url-http is following redirects, in which case it just returns an empty buffer. The attached patch seems to fix it. I'm not sure if it is the right way to fix it, but the sentinel seems to do proper cleanup after the delete-process on the network connection. Thanks, andreas