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=76941 --- shadow/76941 2005-12-08 04:34:36.000000000 -0500 +++ shadow/76941.tmp.10910 2005-12-08 10:32:03.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 76941 Product: Mono: Tools Version: 1.1 OS: unknown OS Details: -Status: RESOLVED -Resolution: NOTABUG +Status: REOPENED +Resolution: Severity: Unknown Priority: Normal Component: XSP AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -73,6 +73,23 @@ ------- Additional Comments From [EMAIL PROTECTED] 2005-12-08 04:34 ------- If you use apache + mod_mono, chunked also works. But, AFAIR, if you use xsp under MS runtime, chunked encoding is not understood either. It must be something in IIS, not in System.Web. Reopen if xsp works fine with chunked encoding. + +------- Additional Comments From [EMAIL PROTECTED] 2005-12-08 10:32 ------- +I'm claiming it's a bug in XSP not System.Web. Shouldn't the +HttpWorkerRequest provided under XSP be compatible with the one +provided by the de facto standard of ASP.NET on IIS? + +BTW, would a patch that fixes this be considered for inclusion? + +Per my earlier comment, chunked requests don't work under mod_mono +either. In that env ReadEntityBody() returns 0 when the body is +chunked. Should I open a separate bug for the mod_mono issue? + + + + + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
