]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Wrong length was causing spurious \0 to be sent during SSH negotiation with
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 8 Dec 2002 15:32:40 +0000 (15:32 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 8 Dec 2002 15:32:40 +0000 (15:32 +0000)
commit5d20178a12730a01974c2b6b6428558b20bce4ca
tree80139c900ea3120644dc387249b71f40b468ffa4
parentb3f2c9475ea4586c9ade7baef8f46dbb272650e3
Wrong length was causing spurious \0 to be sent during SSH negotiation with
HTTP proxy -- fixed. (Also added a "len -= eol" to HTTP header munching,
although it has no practical effect.) HTTP proxying now works again, hurrah.

[originally from svn r2292]
proxy.c