HttpServer.cs: Removed debug code.
authorLluis Sanchez <lluis@novell.com>
Fri, 12 Dec 2003 16:58:26 +0000 (16:58 -0000)
committerLluis Sanchez <lluis@novell.com>
Fri, 12 Dec 2003 16:58:26 +0000 (16:58 -0000)
svn path=/trunk/mcs/; revision=21070

mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Http/ChangeLog
mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Http/HttpServer.cs

index 0402e00f44612df680cd8faa0de41484686962e7..af9a7777ff8a1000d076179697697061b3501c3b 100644 (file)
@@ -1,3 +1,7 @@
+2003-12-12  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * HttpServer.cs: Removed debug code.
+       
 2003-12-10  Lluis Sanchez Gual  <lluis@ximian.com>
 
        * HttpServer.cs: Allow the use of GET method (SdlServerSink supports it).
index ff3d87ab0626f5fb7581660b586fd041924ebfae..f4366f5eea1a8229560a02f2f9639f66ba42cc6e 100644 (file)
@@ -318,11 +318,6 @@ namespace System.Runtime.Remoting.Channels.Http
                                //may be its the client's fault so just return with false
                                return false;
                        }
-                       finally
-                       {
-                               Console.WriteLine ("Closed");
-                               reqArg.OutputStream.Close ();
-                       }
 
                        return true;
                }