Return HTTP/1.0 response to the client on CONNECT.
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 29 Nov 2009 00:58:08 +0000 (00:58 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 29 Nov 2009 11:26:15 +0000 (11:26 +0000)
commite4058c3c3dc3b5015519f9a9989309f934e6f680
tree1145ed1735a6513135dfd321056b49d7bf74fc31
parente4dfe1159d71c96c1cbe8cd0aacd7c45d5561ee2
Return HTTP/1.0 response to the client on CONNECT.
When using Firefox to the sockspy in proxy mode with tls sometimes an
attempt to access a new site send the request down the current socket
to the wrong host. This is likely a HTTP/1.1 pipelining issue.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
bin/sockspy.tcl