2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.Channels.Http / ChangeLog
index 1790bfb7bdbd0eac9444ea662c2b973ece2d2cbb..b905a2b718abd356577f368b5919ee892eb75405 100644 (file)
@@ -1,3 +1,21 @@
+2005-01-25  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * HttpServer.cs: Use a single stream for in an out stream, since they
+       where the same. Set IPAddress and ConnectionId transport headers.
+
+2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * HttpServerChannel.cs: Use the new RemotingThreadPool to manage threads.
+         Fixed some warnings.
+       * HttpServer.cs: Minor fix.
+
+2004-12-17  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * HttpHelper.cs: Removed unused method. Optimized CopyStream method.
+       * HttpServerChannel.cs: SendResponse does not return a bool any
+         more, it throws an exception when it fails.
+       * HttpServer.cs: Improved handling of errors.
+
 2004-10-22  Lluis Sanchez Gual <lluis@ximian.com>
 
        * HttpClientChannel.cs: In CreateMessageSink, process the remote channel