[Mono-list] XSP error

Gonzalo Paniagua Javier gonzalo@ximian.com
11 Aug 2003 20:44:38 +0200


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/NetworkStream.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