[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.Channels.Http / ChangeLog
index cfb537ef580586493122d81745adbe3bdc7bef4d..6a01a5ae49293f811428ae81f7894fd3a42f726b 100644 (file)
@@ -1,3 +1,31 @@
+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 
+         when the port is auto-assigned.
+       * HttpClientTransportSink.cs: Use the __RequestUri header for the 
+         request's URI. Includes workaround for bad __RequestUri values.
+       
+       Fixes Bug 378713 - [regression] Remoting - HttpChannel.
+
 2008-09-24  Michael Hutchinson  <mhutchinson@novell.com>
 
        * HttpServerTransportSink.cs: Disable chunking on the server, as