[Mono-list] Mono.WebServer.XSPWorker:Read problem

Gonzalo Paniagua Javier gonzalo at ximian.com
Tue Sep 27 03:20:26 EDT 2005


On Mon, 2005-09-26 at 11:35 +0200, Rusky wrote:
> Hi,
> 
> Many thanks for your mails.
> 
> Up to know we got to the following point.
> 
> It seems to us that the problem is on the client, translated with MS 
> .NET, when the web service runs on local network.

I remember that when testing xsp with IE, they send an extra '\r\n' at
the end of every request. If the System.Net.HttpWebRequest class they
have does the same, that would cause that exception. In mono, we don't
send those extra characters, so xsp just times out without throwing any
exception and closes the connection. With IE, that exception is throw,
and the connection is closed too.

-Gonzalo




More information about the Mono-list mailing list