Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Connect for every request going via Proxy(Squid3) #59

Open
pradeepitm12 opened this issue Dec 11, 2017 · 0 comments
Open

New Connect for every request going via Proxy(Squid3) #59

pradeepitm12 opened this issue Dec 11, 2017 · 0 comments

Comments

@pradeepitm12
Copy link

pradeepitm12 commented Dec 11, 2017

Hi, I am using async-http-client version 1.9.40.
My end point is https and I am trying to send multiple requests via Squid3 proxy. I need a persistent connection between client and proxy.
But I can clearly see in proxy logs that for every request new CONNECT is sent.Also with netstat for every request new ESTABLISHED is seen.
I tried to do tunneling but in this case also new connections are made. Can someone please help me to make a tunnel between client, proxy, and endpoint

Below are proxy logs
1512990924.739 134 127.0.0.1 TCP_MISS/200 0 CONNECT 52.221.109.35:443 - HIER_DIRECT/52.221.109.35 -
1512990925.740 122 127.0.0.1 TCP_MISS/200 0 CONNECT 52.221.109.35:443 - HIER_DIRECT/52.221.109.35 -
1512990926.738 103 127.0.0.1 TCP_MISS/200 0 CONNECT 52.221.109.35:443 - HIER_DIRECT/52.221.109.35 -
1512990927.841 187 127.0.0.1 TCP_MISS/200 0 CONNECT 52.221.109.35:443 - HIER_DIRECT/52.221.109.35 -
1512990928.840 174 127.0.0.1 TCP_MISS/200 0 CONNECT 52.221.109.35:443 - HIER_DIRECT/52.221.109.35 -
1512990929.839 162 127.0.0.1 TCP_MISS/200 0 CONNECT 52.221.109.35:443 - HIER_DIRECT/52.221.109.35 -
1512990930.839 150 127.0.0.1 TCP_MISS/200 0 CONNECT 52.221.109.35:443 - HIER_DIRECT/52.221.109.35 -
1512990931.840 139 127.0.0.1 TCP_MISS/200 0 CONNECT 52.221.109.35:443 - HIER_DIRECT/52.221.109.35 -
1512990932.841 130 127.0.0.1 TCP_MISS/200 0 CONNECT 52.221.109.35:443 - HIER_DIRECT/52.221.109.35 -
1512990933.838 111 127.0.0.1 TCP_MISS/200 0 CONNECT 52.221.109.35:443 - HIER_DIRECT/52.221.109.35 -
1512990934.938 190 127.0.0.1 TCP_MISS/200 0 CONNECT 52.221.109.35:443 - HIER_DIRECT/52.221.109.35 -
1512990935.939 179 127.0.0.1 TCP_MISS/200 0 CONNECT 52.221.109.35:443 - HIER_DIRECT/52.221.109.35 -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant