[JDEV] Firewall jumping
Thomas Charron
tcharron at ductape.net
Fri Jan 21 11:49:38 CST 2000
Quoting sean gilman <sgilman at spnc-us.com>:
> It's not that simple.
> Depending on the type of http proxy server different things will happen.
> The http1.1 spec says that you can pipeline requests.
> Therefore you can create a http1.1 session (socket) and send multiple
> requests down the pipe. (This sounds good.)
> However, some http proxy servers will split each of the pipelined requests
> into a new http1.0 request.
> As a result the server sees N http1.0 requests instead of a stream of
> http1.1 requests.
Exactly why I want to support intermitent connections first, as *everything*
should work correctly under that.. After, we can improve support for
persistent HTTP for those firewalls/proxies that do indeed work correctly..
---
Thomas Charron
<< Wanted: One decent sig >>
<< Preferably litle used >>
<< and stored in garage. ?>>
More information about the JDev
mailing list