[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.Channels.Http / ChangeLog
index d0e5fd82bfd5e1132651c41942fbbfbe42353a0f..6a01a5ae49293f811428ae81f7894fd3a42f726b 100644 (file)
@@ -1,3 +1,16 @@
+2009-09-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * HttpClientTransportSink.cs: ensure the response stream is disposed.
+       * HttpServerTransportSink.cs: use the public API of HttpConnection.
+       * RemotingHttpListener.cs: use the public API of HttpConnection
+       instead of hooking into an internal method, possibly cause exception
+       and leave the Connection in an unstable state.
+
+2009-02-08 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * HttpClientTransportSink.cs: if we get an WebException that does not
+       have a response, dispatch it to the sink.
+
 2008-11-10  Michael Hutchinson  <mhutchinson@novell.com>
 
        * HttpServerTransportSink.cs: Seek to beginning of server response