javaee-samples / javaee8-samples

Java EE 8 Samples
Other
376 stars 238 forks source link

Fix http2 test #49

Open simonladen opened 9 months ago

simonladen commented 9 months ago

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.