test proxy fix

This commit is contained in:
zefie
2022-11-28 15:08:11 -05:00
parent 44449eceee
commit 0468629316

View File

@@ -879,7 +879,8 @@ async function doHTTPProxy(socket, request_headers) {
method: request_data.method, method: request_data.method,
followAllRedirects: true, followAllRedirects: true,
headers: { headers: {
"User-Agent": request_headers["User-Agent"] || "WebTV" "User-Agent": request_headers["User-Agent"] || "WebTV",
"Connection": "Keep-Alive"
} }
} }