diff options
Diffstat (limited to 'lib/http_client.c')
-rw-r--r-- | lib/http_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_client.c b/lib/http_client.c index 9110b70a..2369d018 100644 --- a/lib/http_client.c +++ b/lib/http_client.c @@ -699,7 +699,7 @@ void http_close(struct http_request *req) if (req->ssl) { ssl_disconnect(req->ssl); } else { - closesocket(req->fd); + proxy_disconnect(req->fd); } http_free(req); |