Avoid sending data in the challenge phase of NTLM
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Wed, 1 Sep 2010 19:30:31 +0000 (15:30 -0400)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Wed, 1 Sep 2010 19:52:09 +0000 (15:52 -0400)
commitf832b995351e1d3af73f1667adb1819a1e134dc6
tree77791db157a0931a2b57295375e75ba5dc59a731
parent1b439c728614bdcab6efcb4fe560ab7cead0ed26
Avoid sending data in the challenge phase of NTLM

If there's a POST/PUT request that gets a NTLM 401, we save the data
and don't send it again until after the challenge phase. Ie, instead of
sending all the data 3 times, we only send it at most twice.
mcs/class/System/System.Net/HttpWebRequest.cs
mcs/class/System/System.Net/WebConnection.cs