Re: How to do Http/2 correctly using apache-httpclient-5

2019-02-06 Thread Oleg Kalnichevski
On Wed, 2019-02-06 at 12:25 +0530, Santhosh Kumar wrote: > HI I m trying to write a client that makes http2 request to multiple > servers(which already supports http2). so far I have written this > standalone program which works fine that I can see all requests goes > via > same tcp

How to do Http/2 correctly using apache-httpclient-5

2019-02-05 Thread Santhosh Kumar
HI I m trying to write a client that makes http2 request to multiple servers(which already supports http2). so far I have written this standalone program which works fine that I can see all requests goes via same tcp connection(verified with the help of wireshark). I use Apache Httpclient 5 with