[Mono-bugs] [Bug 79954][Nor] Changed - FIX: Web service closes the InputStream before the execution of the web method
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Nov 17 03:33:09 EST 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by juancri at tagnet.org.
http://bugzilla.ximian.com/show_bug.cgi?id=79954
--- shadow/79954 2006-11-17 03:06:33.000000000 -0500
+++ shadow/79954.tmp.24601 2006-11-17 03:33:08.000000000 -0500
@@ -46,6 +46,18 @@
service.cs
------- Additional Comments From atsushi at ximian.com 2006-11-17 03:06 -------
Lluis, do you think it is safe just to keep this Stream open here as
this patch does?
+
+------- Additional Comments From juancri at tagnet.org 2006-11-17 03:33 -------
+The InputStream should be readable when the WS method is executed.
+
+The stream is being closed right now by
+System.Web.HttpRequest.ReleaseResources ()
+
+so actually the stream was being closed two or three times.
+
+JuanCri
+
+
More information about the mono-bugs
mailing list