TCP connection is not reused for HTTP requests with HttpURLConnection
问题 I'm have created an application which sends GET requests to a URL, and then downloads the full content of that page. The client sends a GET to e.g. stackoverflow.com, and forwards the response to a parser, which has the resposibility to find all the sources from the page that needs to be downloaded with subsequent GET requests. The method below is used to send those GET requests. It is called many times consecutively, with the URLs returned by the parser. Most of those URLs are located on the