Would you take a look at this patch for HTTPRequestImplIE6?
In the case where there's a native XMLHttpRequest on the window object
(IE7), we'll use that, and failing that (IE6), we'll first try
"MSXML2.XMLHTTP.3.0" (recommended over on MSDN) and finally
"Microsoft.XMLHTTP".
I've seen "Microsoft.XMLHTTP" cause the elusive "POST when you asked
for a GET" bug, but haven't been able to reproduce recently; maybe we
got an update to fix it.
Thanks!
--
Alex Rudnick
swe, gwt, atl
Committed r3728.
On Thu, Oct 9, 2008 at 8:28 AM, Joel Webber <j...@google.com> wrote:
> LGTM, sorry for the slow response :)
--