Change the parsing of proxy requests to avoid list shimmering.
authorPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 27 Nov 2009 15:34:50 +0000 (15:34 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 27 Nov 2009 15:34:50 +0000 (15:34 +0000)
commit0155dc5a0fd2e9eab83d1e86422db45e937ee226
treedc232f9053088900db0f9d61048633f9ee011c04
parent3e8440db74974576a3d5665ae338dd923fb1ef5e
Change the parsing of proxy requests to avoid list shimmering.
This patch splits the first line into a method and uri without
using list which might affect the quoting on the data.
Also tidied up the error handling on the ProxyConnect function.

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