LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re:about ktcpvs

To: =?x-unknown?q?carl=2Ehuang_=5B=FCS=BD=A8=E4h=5D?= <carl.huang@xxxxxxxxxx>
Subject: Re:about ktcpvs
Cc: "'lvs-users@xxxxxxxxxxxxxxxxxxxxxx'" <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
From: Julian Anastasov <ja@xxxxxx>
Date: Wed, 16 May 2001 10:57:31 +0300 (EEST)
        Hello,

On Wed, 16 May 2001, carl.huang [üS½¨äh] wrote:

> I still have a foolish question that is  how to get each request from one
> incoming http/1.1 connection, and then i can send them to different real
> server. or I send all request to each real server? How to decide that the
> first request is finished?

        Look for the End Of Request string:

GET URI HTTP/1.0
...
\n\r\n

or end with:

\n\n

        There is one variant more, request per line:

GET URI1
GET URI2
GET URI3

        May be there are more rules here, I didn't checked the specs soon.


Regards

--
Julian Anastasov <ja@xxxxxx>



<Prev in Thread] Current Thread [Next in Thread>