[Mono-devel-list] Trouble with HttpWebResponse

Paolo Molaro lupus at ximian.com
Tue Mar 4 07:23:05 EST 2003


On 03/04/03 Dick Porter wrote:
> I wonder if the http server is holding the socket open to handle a
> http/1.1 streaming connection?  Telnetting to apache on localhost and
> issuing a request looks plausible:

Yes, that is the issue:
[pid  9264] 13:12:03.105648 send(11, "GET / HTTP/1.1\r\nHost: www.go-mon"..., 159, 0x4000) = 159

So it looks like the class doesn't deal properly with that.
A quick fix is to use HTTP 1.0, but I'll leave the issue to gonzalo to
deal with;-)

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better



More information about the Mono-devel-list mailing list