Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75926 --- shadow/75926 2005-09-05 03:11:54.000000000 -0400 +++ shadow/75926.tmp.5729 2005-09-05 05:24:27.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 75926 Product: Mono: Class Libraries Version: unspecified OS: unknown OS Details: mono HEAD -Status: RESOLVED -Resolution: FIXED +Status: REOPENED +Resolution: Severity: Unknown Priority: Wishlist Component: Sys.Web AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -241,6 +241,74 @@ Ben, you just said you were going to do it tomorrow. I said that if it was going to take you more than 10 minutes I would do it ;-) ------- Additional Comments From [EMAIL PROTECTED] 2005-09-05 03:11 ------- Fixed in SVN r49432 (xsp and System.Web). sendfile() was returning earlier than expected. + +------- Additional Comments From [EMAIL PROTECTED] 2005-09-05 05:24 ------- +Two problems. + +1) Never-ending download. Note /Length/ below. Now note +"2,478,530,560" uploaded before I ctrl-c'd. + +wget http://localhost:8000/sendFile.aspx +--04:49:31-- http://localhost:8000/sendFile.aspx + => `sendFile.aspx' +Resolving localhost... 127.0.0.1 +Connecting to localhost[127.0.0.1]:8000... connected. +HTTP request sent, awaiting response... 206 Partial Content +Length: 1,818,472,448 (1,818,472,448 to go) [video/x-msvideo] + +100%[======================================================================================================>] +2,478,530,560 17.78M/s ETA 00:00 + +After ctrl-c: + +/usr/local/bin/mono --debug /usr/local/lib/xsp/1.0/xsp.exe --port 8000 +xsp +Listening on port: 8000 +Listening on address: 0.0.0.0 +Root directory: /home/ripple/pstuff +Hit Return to stop the server. +Internal error: we are missing one catch System.IO.IOException: I/O Error +in <0x000bf> Mono.WebServer.XSPWorkerRequest:Send (System.Byte[] +buffer, Int32 offset, Int32 len) +in <0x00064> Mono.WebServer.XSPWorkerRequest:SendResponseFromMemory +(System.Byte[] data, Int32 length) +in <0x000fd> Mono.WebServer.MonoWorkerRequest:SendFromStream +(System.IO.Stream stream, Int64 offset, Int64 length) +in <0x0004b> Mono.WebServer.MonoWorkerRequest:SendResponseFromFile +(IntPtr handle, Int64 offset, Int64 length) +in <0x00045> Mono.WebServer.XSPWorkerRequest:SendResponseFromFile +(IntPtr handle, Int64 offset, Int64 length) +in <0x00049> Mono.WebServer.MonoWorkerRequest:SendResponseFromFile +(System.String filename, Int64 offset, Int64 length) +in [0x00013] (at +/home/ripple/tmp/trunk/mcs/class/System.Web/System.Web/HttpResponseStream.cs:450) +System.Web.HttpResponseStrea m+BufferedFileBucket:Send +(System.Web.HttpWorkerRequest wr) +in [0x00030] (at +/home/ripple/tmp/trunk/mcs/class/System.Web/System.Web/HttpResponseStream.cs:487) +System.Web.HttpResponseStrea m:Flush (System.Web.HttpWorkerRequest wr, +Boolean final_flush) +in (wrapper remoting-invoke-with-check) +System.Web.HttpResponseStream:Flush (System.Web.HttpWorkerRequest,bool) +in [0x000ce] (at +/home/ripple/tmp/trunk/mcs/class/System.Web/System.Web/HttpResponse.cs:671) +System.Web.HttpResponse:Flush (Boo lean final_flush) +in [0x00002] (at +/home/ripple/tmp/trunk/mcs/class/System.Web/System.Web/HttpResponse.cs:678) +System.Web.HttpResponse:Flush () +in [0x0003b] (at +/home/ripple/tmp/trunk/mcs/class/System.Web/System.Web/HttpWriter.cs:107) +System.Web.HttpWriter:Write (System. String s) +in [0x00007] (at +/home/ripple/tmp/trunk/mcs/class/System.Web/System.Web/HttpResponse.cs:746) +System.Web.HttpResponse:Write (Sys tem.String s) +in [0x000eb] (at +/home/ripple/tmp/trunk/mcs/class/System.Web/System.Web/HttpApplication.cs:691) +System.Web.HttpApplication:Outp utPage () +in [0x00001] (at +/home/ripple/tmp/trunk/mcs/class/System.Web/System.Web/HttpApplication.cs:704) +System.Web.HttpApplication:Pipe lineDone () + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
