[Mono-bugs] [Bug 30234][Wis] New - HTTP GET doesn't work

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
12 Sep 2002 14:07:27 -0000


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

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

--- shadow/30234	Thu Sep 12 10:07:27 2002
+++ shadow/30234.tmp.27605	Thu Sep 12 10:07:27 2002
@@ -0,0 +1,38 @@
+Bug#: 30234
+Product: Mono/Class Libraries
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: duncan@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: HTTP GET doesn't work
+
+duncan:~/src/testing/Networking $ mono clientPOST.exe
+http://www.google.com/search q=mono
+
+System.Net.WebException: Unrecognized HTTP Version
+in <0x00349> 00 System.Net.HttpWebResponse:.ctor
+(System.Uri,string,System.IO.Stream)
+in <0x0027b> 00 System.Net.HttpWebRequest:GetResponseInternal ()
+in <0x0005c> 01 System.MulticastDelegate:invoke_WebResponse ()
+in <0x00042> 04 .GetResponseCallback:Invoke (object,intptr,intptr)
+
+Exception Rethrown at:
+in (unmanaged) 03
+System.MulticastDelegate:end_invoke_WebResponse_IAsyncResult
+(System.IAsyncResult)
+in <0x00004> 03
+System.MulticastDelegate:end_invoke_WebResponse_IAsyncResult
+(System.IAsyncResult)
+in <0x00118> 00 System.Net.HttpWebRequest:EndGetResponse (System.IAsyncResult)
+in <0x000e0> 00 System.Net.HttpWebRequest:GetResponse ()
+in <0x002f7> 00 .ClientPOST:getPage (string,string)