http2-examples icon indicating copy to clipboard operation
http2-examples copied to clipboard

Results 3 http2-examples issues
Sort by recently updated
recently updated
newest added

Facing this warn error when running server examples: `2018-12-18 00:59:16.605:WARN:oejut.QueuedThreadPool:qtp1531448569-11: java.lang.NoSuchFieldError: state at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:211) at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1037) at sun.security.ssl.Handshaker$1.run(Handshaker.java:970) at sun.security.ssl.Handshaker$1.run(Handshaker.java:967) at java.security.AccessController.doPrivileged(Native Method) at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1459) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:613) at org.eclipse.jetty.server.NegotiatingServerConnection.fill(NegotiatingServerConnection.java:153) at...

9.3 version does not support closing of streams correctly even though in this code header is created with end of stream flag. This is an issue when I tried to...

https://github.com/fstab/http2-examples/blob/master/multiplexing-examples/jetty-client/src/main/java/de/consol/labs/h2c/examples/client/jetty/JettyClientExample.java Hi, thanks for providing an example of how to do a GET-Request with Jettys HTTP2Client. Could you please provide an example of how to do a **POST**-Request? Or maybe,...