New test.
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.Channels.Http / ChangeLog
index f8b81476dc606ae70ed77babb3b170a2552b72aa..9070e531e0f3d7f0b6649f3abcfee84548d3f1b1 100644 (file)
@@ -1,3 +1,29 @@
+2006-03-05  Andrew Skiba <andrews@mainsoft.com>
+
+       * HttpClientChannel.cs, HttpServerChannel.cs: exceptions propagating
+       incompatible with dotnet. Patch by roeie@mainsoft.com
+
+2005-11-06  Svetlana Zholkovsky  <svetlanaz@mainsoft.com>
+
+    * Add HttpHandlerFactory.jvm.cs
+       * HttpHandlerFactory.cs: Create and register HttpChannel in case it 
+       was not registered before.
+       * HttpHandler.cs: Send response headers.
+       * HttpServerChannel.cs:
+         - Change default port to -1.
+         - Don't start a listener if the port == -1
+         - Send response to the client also in case of DispatchRequest fails
+
+2005-10-10  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * HttpServer.cs: Removed all non-sense regular expressions for
+       parsing files. Makes the channel faster and fixes bug #75886.
+
+2005-07-06  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * HttpServer.cs: Close the connection after processing the request.
+       Based on a patch by Brion Vibber. Fixes bug #75467.
+
 2005-05-18  Lluis Sanchez Gual  <lluis@novell.com>
 
        * HttpServerChannel.cs: Catch exceptions thrown in the server thread.