I am using Java on AWS Lambda to get the URL source code of the site. I have the following code:
URL yahoo = new URL(url); URLConnection yc = yahoo.openConnectio
This is the point at which the connection is made, the request sent, and the first part of the response read. Evidently the server is slow at one or more of those things.