[Mono-bugs] [Bug 80017][Nor] Changed - HTTP chunked encoding not working
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jul 14 20:06:23 EDT 2007
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 gonzalo.mono at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80017
--- shadow/80017 2006-11-23 08:15:01.000000000 -0500
+++ shadow/80017.tmp.8613 2007-07-14 20:06:23.000000000 -0400
@@ -2,21 +2,20 @@
Product: Mono: Class Libraries
Version: 1.1
OS: other
OS Details: Debian etch
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: stevenspencer01 at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: HTTP chunked encoding not working
Description of Problem:
When using the HTTP client classes
(System.Net.HttpWebRequest/HttpWebResponse) to do an HTTP GET from a server
that responds using chunked encoding, the message body is randomly truncated.
@@ -107,6 +106,14 @@
times.
------- Additional Comments From stevenspencer01 at gmail.com 2006-11-23 08:15 -------
Created an attachment (id=18139)
Test file to compile and run for testing bug80017
+
+------- Additional Comments From gonzalo.mono at gmail.com 2007-07-14 20:06 -------
+I can't reproduce the problem with your test case.
+
+There's one possible problem which is that the server is not lingering
+before closing the socket. That could indeed truncate the received
+data on the server as the Close on the server is translated into a TCP
+reset on the client if not all the data has been read.
More information about the mono-bugs
mailing list