Hi All,
I've just created base of Grizzly based HTTP Proxy (
http://github.com/neotyk/http-proxy/tree/master)
I still have some problems running it as OSGi bundle, but that is secondary
concern for now.
Questions I have:
1. Is there Grizzly HTTP Client?
I would like to get rid of commons-httpclient from this proxy
implementation.
What I would found useful is connection pooling, events on received all
Headers, received chunk (so proxy could stream data straight to client).
2. Would you expect performance boost if client connections would be
suspended when proxy is waiting for target host to reply?
Thanks in advance,
--
Hubert Iwaniuk