aboutsummaryrefslogtreecommitdiffstats
path: root/lib/http_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http_client.c')
-rw-r--r--lib/http_client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/http_client.c b/lib/http_client.c
index 69f06ec5..8b045414 100644
--- a/lib/http_client.c
+++ b/lib/http_client.c
@@ -92,6 +92,7 @@ struct http_request *http_dorequest_url( char *url_string, http_input_function f
request = g_strdup_printf( "GET %s HTTP/1.0\r\n"
"Host: %s\r\n"
+ "Connection: close\r\n"
"User-Agent: BitlBee " BITLBEE_VERSION " " ARCH "/" CPU "\r\n"
"\r\n", url->file, url->host );