I should add that I get the same exception thrown if the client is Mozilla. However, in that case the last line before the exception is 'FlushResponse' instead of 'SendResponseFromMemory'. I can't work out why the connection is being closed early...
Piers. > -----Original Message----- > From: Piers Haken > Sent: Monday, August 11, 2003 11:56 AM > To: Gonzalo Paniagua Javier; [EMAIL PROTECTED] > Subject: RE: [Mono-list] XSP error > > > Yup, it's with current CVS of everything running monodoc on > XSP with the following URL: > http://my-machine:8080/monodoc.ashx?tree=2 > > Piers. > > > -----Original Message----- > > From: Gonzalo Paniagua Javier [mailto:[EMAIL PROTECTED] > > Sent: Monday, August 11, 2003 11:45 AM > > To: [EMAIL PROTECTED] > > Subject: Re: [Mono-list] XSP error > > > > > > El lun, 11-08-2003 a las 19:41, Piers Haken escribi�: > > > Can anyone explain the following output from XSP? > > > > > > > > > SendUnknownResponseHeader (Content-Encoding, gzip) > > > HeadersSent() -> False > > > SendUnknownResponseHeader (Connection, Close) > > > SendUnknownResponseHeader (X-Powered-By, Mono) > > > SendUnknownResponseHeader (Date, Mon, 11 Aug 2003 17:30:27 GMT) > > > HeadersSent() -> False > > > SendUnknownResponseHeader (Content-Type, text/xml; charset=utf-8) > > > HeadersSent() -> False > > > SendUnknownResponseHeader (Set-Cookie, > > > ASPSESSION=1386c80e-1915-420e-88fd-7f97be > > > 058567; path=/) > > > SendResponseFromMemory (9865) > > > CloseConnection() > > > SendResponseFromMemory (20) > > > System.ObjectDisposedException: The object was used after being > > > disposed > > > > > > in [0x0001b] (at > > > > > > /home/server/mono/mcs/class/System/System.Net.Sockets/NetworkStream.cs > > > :3 > > > 01) 00 System.Net.Sockets.NetworkStream:CheckDisposed () > > > in <0x00054> 08 > System.Net.Sockets.NetworkStream:CheckDisposed () in > > > [0x00001] (at > > > > > /home/server/mono/mcs/class/System/System.Net.Sockets/NetworkS > > tream.cs:2 > > > 81) 00 System.Net.Sockets.NetworkStream:Write (byte[],int,int) in > > > <0x00110> 00 Mono.ASPNET.XSPWorkerRequest:FlushResponse (bool) > > > > Is that with the current CVS? Do you have a test case to > > reproduce the problem? > > > > -Gonzalo > > > > > > _______________________________________________ > > Mono-list maillist - [EMAIL PROTECTED] > > http://lists.ximian.com/mailman/listinfo/mono-> list > > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
