Daniel Kec

Results 43 comments of Daniel Kec

There is seems to be an extra data frame being logged: ``` 2025.11.12 20:13:47 FINER io.helidon.http.http2.Http2LoggingFrameListener.recv VirtualThread[#59,[0x40285af3 0x2d461490] WebServer socket]/runnable@ForkJoinPool-1-worker-1: [0x40285af3 0x2d461490] recv 1: frame header data +--------+-------------------------------------------------+----------------+ | index|...

There are 2 things happening here, both working as designed: **1 - TLS:** - In case of TLS usage, protocol is negotiated via ALPN protocol, if you are doing GET...

Reproducer run with #10880 fix: ```bash WEB server is up! i: 0, success: 1/10 duration: 302ms i: 100, success: 10/10 duration: 27ms i: 200, success: 10/10 duration: 34ms i: 300,...