[Mono-bugs] [Bug 686371] Second HTTP request times out if previous HEAD request resulted in 403

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Apr 8 16:37:30 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=686371

https://bugzilla.novell.com/show_bug.cgi?id=686371#c1


--- Comment #1 from Bradley Grainger <bgrainger at logos.com> 2011-04-08 20:37:29 UTC ---
Here's what I observe on my system for the second HttpWebRequest:
WebConnection.CanReuse() returns true (in 'Connect()',
System.Net/WebConnection.cs line 139), so control is passed to
CompleteChunkedRead(). In that method, 'chunkStream.WantMore' returns true, but
'nstream.Read()' blocks (until the timeout elapses and the request is aborted).

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list