On Fri, 30 Nov 2001, yuexiang wrote:

> Date: Fri, 30 Nov 2001 14:27:44 +0800
> From: yuexiang <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>,
>      [EMAIL PROTECTED]
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: tomcat 4.0.1 and persistent connection problem
>
> Hi, All
>
> I want to let the tomcat using persistent connection when the connection
> is established
> like:
>
>     my client ----> squid proxy ---> tomcat.
>
> Because squid proxy always send http/1.0 package, and Connection:
> Keep-Alive header,
> I want to know whether the tomcat also support "Connection: Keep-Alive"
> when communicate
> with 1.0 proxy?
>

Tomcat 4 does not support the "Keep-Alive" header on HTTP/1.0 connections.
It only supports persistence on the HTTP/1.1 connector, and there only if
the client also supports HTTP/1.1.

> Thanks
>
> yang
>

Craig McClanahan


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to