We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb35ea commit 16cf997Copy full SHA for 16cf997
pywb/framework/proxy.py
@@ -314,7 +314,7 @@ def handle_connect(self, env):
314
return WbResponse.text_response('HTTPS Proxy Not Supported',
315
'405 HTTPS Proxy Not Supported')
316
317
- sock.send('HTTP/1.1 200 Connection Established\r\n')
+ sock.send('HTTP/1.0 200 Connection Established\r\n')
318
sock.send('Proxy-Connection: close\r\n')
319
sock.send('Server: pywb proxy\r\n')
320
sock.send('\r\n')
0 commit comments