[Mono-bugs] [Bug 71724][Maj] New - HttpWebRequest, difference between Mono and .NET Framework

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 25 Jan 2005 07:19:25 -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 andreas.weiss@de.bp.com.

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

--- shadow/71724	2005-01-25 07:19:25.000000000 -0500
+++ shadow/71724.tmp.29011	2005-01-25 07:19:25.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 71724
+Product: Mono: Class Libraries
+Version: 1.0
+OS: SLES 9
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: andreas.weiss@de.bp.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: HttpWebRequest, difference between Mono and .NET Framework
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+The mono HttpWebRequest delivers timeout exceptions while my program 
+speaks with a Siemens Webcam Http-Server. It is all fine running the same 
+program using .NET Framework 1.1!
+I checked the program on Windows 2003, Suse 9.1 and SLES 9. The behaviour 
+was always the same.
+
+Steps to reproduce the problem:
+1. It requires this specific Http-Server from Siemens, but I can provide 
+Ethereal capture files
+2. 
+3. 
+
+Actual Results:
+The HttpWebRequest throws an timeout exception if I use the mono runtime.
+
+Expected Results:
+No timeout exception like it is using .NET Framework 1.1.
+
+
+How often does this happen? 
+Every time.
+
+Additional Information:
+
+I'll try to provide all files. But it seems that I've to commit this 
+report and reopen it to add the files.