Re: IE 4 && HTTP/1.1 through proxy

From: T. Esting <t_esting@dont-contact.us>
Date: Wed, 24 Nov 1999 10:52:41 PST

  Just a little more follow-up...

src/client_side.c reads:

    /*
     * Clear keepalive for NON-HEAD requests with invalid content length
     */
    if (request->method != METHOD_HEAD)
        if (http->entry->mem_obj->reply->content_length < 0)
            request->flags.proxy_keepalive = 0;
    /* Signal keep-alive if needed */
    httpHeaderPutStr(hdr,
        http->flags.accel ? HDR_CONNECTION : HDR_PROXY_CONNECTION,
        request->flags.proxy_keepalive ? "keep-alive" : "close");

What should ...reply->content_length be for a TCP_IMS_HIT reply?

________________________________________________________________
Get FREE voicemail, fax and email at http://voicemail.excite.com
Talk online at http://voicechat.excite.com
Received on Wed Nov 24 1999 - 12:05:49 MST

This archive was generated by hypermail pre-2.1.9 : Wed Apr 09 2008 - 11:57:32 MDT