2003-06-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Thu, 12 Jun 2003 22:27:09 +0000 (22:27 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Thu, 12 Jun 2003 22:27:09 +0000 (22:27 -0000)
commit7944c86a9e92f42690b0277ca92f43a86f2f0e55
treede2106ec37232e6758c2af9bc3561097b0de5a19
parent1efe22b539f9b7162c692686de43871d9f594eef
2003-06-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HttpWebRequest.cs: *really* take care of requestSent to prevent
sending the same request twice.
* WebAsyncResult.cs: don't close the handle. Just Reset.
* WebConnectionStream.cs: removed unneeded line.

svn path=/trunk/mcs/; revision=15354
mcs/class/System/System.Net/ChangeLog
mcs/class/System/System.Net/HttpWebRequest.cs
mcs/class/System/System.Net/WebAsyncResult.cs
mcs/class/System/System.Net/WebConnectionStream.cs