test proxy fix
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user