[Mono-bugs] [Bug 74539][Maj] Changed - HttpWebRequest fails with postmulti tool

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 9 Apr 2005 14:24:53 -0400 (EDT)


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 sebastien@ximian.com.

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

--- shadow/74539	2005-04-08 21:11:28.000000000 -0400
+++ shadow/74539.tmp.23613	2005-04-09 14:24:53.000000000 -0400
@@ -2,14 +2,14 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Normal
+Severity: Unknown
+Priority: Major
 Component: System
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -53,6 +53,15 @@
 
 Additional Information:
 * the test works on the MS runtime;
 
 * you can supply multiple URL (or the same one multiple times) to test more
 agressively
+
+------- Additional Comments From sebastien@ximian.com  2005-04-09 14:24 -------
+The new tool *tlsasync* (under
+/mcs/class/Mono.Security/Test/tools/tlstest) also fails on Mono with
+*HTTP* while it works without problem under MS runtime. 
+
+It's probably related to the problem seen in *postmulti*. Sadly it
+also means that GET (not only POST) is having problems async - bumping
+priority to Major.