[Mono-bugs] [Bug 76941][Nor] Changed -
HttpWorkerRequest.ReadEntityBody() does not decode chunked
transfer encoding
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Dec 8 10:32:03 EST 2005
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 dean at brettle.com.
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: gonzalo at ximian.com
ReportedBy: dean at brettle.com
QAContact: mono-bugs at ximian.com
@@ -73,6 +73,23 @@
------- Additional Comments From gonzalo at ximian.com 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 dean at brettle.com 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?
+
+
+
+
+
+
More information about the mono-bugs
mailing list