Re: Code Review 6670868: StackOverFlow with bad authenticated Proxy tunnels

2011-07-27 Thread Michael McMahon
On 26/07/11 16:21, Chris Hegarty wrote: Michael, There is an issue in the tunneling/Http retry code whereby a proxy requiring authentication, if it gives a bad response after the initial 407, may cause the HTTPClient to perform recursive calls to parseHTTP until StackOverFlow. The reason is o

Code Review 6670868: StackOverFlow with bad authenticated Proxy tunnels

2011-07-26 Thread Chris Hegarty
Michael, There is an issue in the tunneling/Http retry code whereby a proxy requiring authentication, if it gives a bad response after the initial 407, may cause the HTTPClient to perform recursive calls to parseHTTP until StackOverFlow. The reason is obvious when you look at the "try once mo