<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Is there something different between the standard GET request header
    and the XmlHttpRequest header other than the content that is
    normally served?  I thought perhaps that http server developers had
    to build support in for AJAX synchronous calls.<br>
    <br>
    --Matt<br>
    <br>
    On 04/12/2011 06:17 PM, Zachary Kotlarek wrote:
    <blockquote
      cite="mid:74E28509-14AB-4E15-91CD-A0AE0C7AFD09@kotlarek.com"
      type="cite">
      <pre wrap="">
On Apr 12, 2011, at 5:44 PM, Matthew Steven wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">So that means to me that yes, jquery is part of the problem, but if the content being served is identical, I must be doing something with the sockets on the server that js/jquery is sensitive to and mozilla itself is not. Perhaps I'm not closing a connection the right way?

Also, I am using implicit flushing. I'm delimiting headers from body with \r\n\r\n. Pretty sure that Content-length is being calculated properly.

Any thoughts?
</pre>
      </blockquote>
      <pre wrap="">

Have you taken a look to see what's happening on the wire? Is the jquery program sending the same request as you see in other testing? Getting the same reply?

        Zach

</pre>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Cialug mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Cialug@cialug.org">Cialug@cialug.org</a>
<a class="moz-txt-link-freetext" href="http://cialug.org/mailman/listinfo/cialug">http://cialug.org/mailman/listinfo/cialug</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>