[Mono-bugs] [Bug 70114][Nor] New - XSP throws HTTP 500 if a new request is done before the keep-alive timeout

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 1 Dec 2004 16:55:23 -0500 (EST)


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 anmar@gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=70114

--- shadow/70114	2004-12-01 16:55:23.000000000 -0500
+++ shadow/70114.tmp.18565	2004-12-01 16:55:23.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 70114
+Product: Mono: Tools
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: XSP
+AssignedTo: gonzalo@ximian.com                            
+ReportedBy: anmar@gmx.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XSP throws HTTP 500 if a new request is done before the keep-alive timeout
+
+When doing several requests faster than the keep-alive timeout, the new
+requests get a HTTP 500 error. If I wait 15 seconds between requests,
+everything works.
+
+After the 500 error the connection is closed, so the first request after
+the error works, but not the next one.
+
+Steps to reproduce the problem:
+
+1.- run xsp on the test folder
+2.- Point a keep-alive capable browser there.
+3.- Click on any link before 15 seconds.
+
+Expected Results:
+Viewing he new page :)
+
+Actual Results:
+A HTTP 500 error is thrown
+
+Additional Information:
+I have tested this only under windows with latest svn trunk sources.