Hi,
        I am trying to protected through reverse proxy, a
client-serverapplication
that is using chunked encoding to form full-duplex
channelover http similar
to the one mentioned in
http://www.innovation.ch/java/HTTPClient/fullduplex.html
But its not working. I think the proxy server waits
for gathering all chunks and then transfers the http
message to other end. This is not what I want.
I want the data should flow as and when it is
generated on client/server end, as it happens between
standard client-server application,
e.g.telnet.
Is there any way in apache to make reverse proxy
apache to not to wait for end chunk? It should pass
the input data immediately toother end without
waiting for end-chunk, etc.

Regards,
satti




                
____________________________________________________
Sell on Yahoo! Auctions – no fees. Bid on great items.  
http://auctions.yahoo.com/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to