I must choose a library for connecting to http endpoint. Http connection version is "1.1". Server sends data to client continuously after opening the connection. So, connection is persistent; "Connection: Close".
For this purpose, Which library is better? Is there any benchmark of these libraries such as performance, reliability etc.?
1. Apache Http Client?
2. HttpURLConnection(Standart Java Http Library)?