[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.Channels.Http / ChangeLog
index 84f774390f830eb82bb4df9f7f918c8cee95bab9..6a01a5ae49293f811428ae81f7894fd3a42f726b 100644 (file)
@@ -1,3 +1,22 @@
+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 
+         stream. Fixes Bug 436995 - Xml-Rpc.net does not work since 
+         Mono 1.9.x.
+
 2008-09-30  Michael Hutchinson  <mhutchinson@novell.com>
 
        * HttpServerChannel.cs: make sure the channel data object is set