[Mono-bugs] [Bug 676804] mono 2.10 under windows vista sp1 HttpWebRequest always throws time out exception
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Mar 3 21:58:27 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=676804
https://bugzilla.novell.com/show_bug.cgi?id=676804#c1
Jonathan Chambers <joncham at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |joncham at gmail.com
--- Comment #1 from Jonathan Chambers <joncham at gmail.com> 2011-03-04 02:58:25 UTC ---
I cannot reproduce with Mono 2.10 on Windows 7 x64 (using 32-bit runtime).
c:\Users\Owner\Development\monobugs>C:\Mono-2.10\bin\mono.exe -V
Mono JIT compiler version 2.10 (tarball)
Copyright (C) 2002-2011 Novell, Inc and Contributors. www.mono-project.com
TLS: normal
SIGSEGV: normal
Notification: Thread + polling
Architecture: x86
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: Included Boehm (with typed GC and Parallel Mark)
c:\Users\Owner\Development\monobugs>C:\Mono-2.10\bin\mono.exe http.exe
<?xml version="1.0" encoding="UTF-8"?>
<GeocodeResponse>
<status>OK</status>
<result>
<type>street_address</type>
<formatted_address>1600 Amphitheatre Pkwy, Mountain View, CA 94043,
USA</forma
tted_address>
<address_component>
<long_name>1600</long_name>
<short_name>1600</short_name>
<type>street_number</type>
</address_component>
<address_component>
<long_name>Amphitheatre Pkwy</long_name>
<short_name>Amphitheatre Pkwy</short_name>
<type>route</type>
</address_component>
<address_component>
<long_name>Mountain View</long_name>
<short_name>Mountain View</short_name>
<type>locality</type>
<type>political</type>
</address_component>
<address_component>
<long_name>San Jose</long_name>
<short_name>San Jose</short_name>
<type>administrative_area_level_3</type>
<type>political</type>
</address_component>
<address_component>
<long_name>Santa Clara</long_name>
<short_name>Santa Clara</short_name>
<type>administrative_area_level_2</type>
<type>political</type>
</address_component>
<address_component>
<long_name>California</long_name>
<short_name>CA</short_name>
<type>administrative_area_level_1</type>
<type>political</type>
</address_component>
<address_component>
<long_name>United States</long_name>
<short_name>US</short_name>
<type>country</type>
<type>political</type>
</address_component>
<address_component>
<long_name>94043</long_name>
<short_name>94043</short_name>
<type>postal_code</type>
</address_component>
<geometry>
<location>
<lat>37.4216227</lat>
<lng>-122.0840263</lng>
</location>
<location_type>ROOFTOP</location_type>
<viewport>
<southwest>
<lat>37.4184751</lat>
<lng>-122.0871739</lng>
</southwest>
<northeast>
<lat>37.4247703</lat>
<lng>-122.0808787</lng>
</northeast>
</viewport>
</geometry>
</result>
</GeocodeResponse>
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list