aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/inputStream_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputStream_http.c b/src/inputStream_http.c
index 259680e75..515b76ca6 100644
--- a/src/inputStream_http.c
+++ b/src/inputStream_http.c
@@ -467,7 +467,7 @@ static int finishHTTPInit(InputStream * inStream)
length = snprintf(request, sizeof(request),
"GET %s HTTP/1.1\r\n"
"Host: %s\r\n"
- /* "Connection: close\r\n" */
+ "Connection: close\r\n"
"User-Agent: " PACKAGE_NAME "/" PACKAGE_VERSION "\r\n"
"Range: bytes=%ld-\r\n"
"%s" /* authorization */