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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2005-12-08 15:45 ------- Created an attachment (id=16193) Patch to support chunked requests + +------- Additional Comments From [EMAIL PROTECTED] 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. + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
