javaee8-samples icon indicating copy to clipboard operation
javaee8-samples copied to clipboard

Fix http2 test

Open simonladen opened this issue 1 year ago • 0 comments

The test was pointing at https://http2.akamai.com/ to receive a response using the protocol http2. But that website now returns a response using http1.1, so the test is now failing. This fix only changes the target to point at linkedin, using http2 by default.

simonladen avatar Nov 23 '23 09:11 simonladen