[Mono-bugs] [Bug 76947][Nor] Changed - Patch: HttpWorkerRequest.ReadEntityBody() returns 0 for chunked requests under mod_mono

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Dec 8 15:47:38 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=76947

--- shadow/76947	2005-12-08 15:45:38.000000000 -0500
+++ shadow/76947.tmp.16404	2005-12-08 15:47:38.000000000 -0500
@@ -11,13 +11,13 @@
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: dean at brettle.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: HttpWorkerRequest.ReadEntityBody() returns 0 for chunked requests under mod_mono
+Summary: Patch: HttpWorkerRequest.ReadEntityBody() returns 0 for chunked requests under mod_mono
 
 Description of Problem:
 
 For requests that use "chunked" transfer encoding,
 mod_mono's HttpWorkerRequest.ReadEntityBody() always returns 0. 
 
@@ -57,6 +57,14 @@
 
 
 ------- Additional Comments From dean at brettle.com  2005-12-08 15:45 -------
 Created an attachment (id=16193)
 Patch to support chunked requests
 
+
+------- Additional Comments From dean at brettle.com  2005-12-08 15:47 -------
+I've attached a 1-line patch which fixes this.
+
+Also, I was wrong about getting "0" for the Content-Length header.  I
+had misread my log file.  Sorry for any confusion.
+
+


More information about the mono-bugs mailing list