Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Disable keep-alive for now as it needs more debugging
Baptiste Daroussin committed 6 years ago
commit 83a68a9898b794bdbc3df25bc13c9584743d0547
parent 3ba4888
1 file changed +1 -1
modified external/libfetch/http.c
@@ -1746,7 +1746,7 @@ http_request_body(struct url *URL, const char *op, struct url_stat *us,
		}
		if (url->offset > 0)
			http_cmd(conn, "Range: bytes=%lld-", (long long)url->offset);
-
		http_cmd(conn, "Connection: keep-alive");
+
		http_cmd(conn, "Connection: close");

		if (body) {
			body_len = strlen(body);