Blocks :
|
|
Duplicate :
|
|
Relates :
|
|
Relates :
|
Seems like a regression of JDK-8211437. cURL works fine with the same URI. $ curl http://clients1.google.com/generate_204 -v * Trying 74.125.193.101... * TCP_NODELAY set * Connected to clients1.google.com (74.125.193.101) port 80 (#0) > GET /generate_204 HTTP/1.1 > Host: clients1.google.com > User-Agent: curl/7.54.0 > Accept: */* > < HTTP/1.1 204 No Content < Content-Length: 0 < Date: Fri, 08 Feb 2019 10:00:15 GMT < * Connection #0 to host clients1.google.com left intact
|