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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
