Hi, I ran into an interesting problem that standal...
# help
m
Hi, I ran into an interesting problem that standalone server ( 3.4.2-1 docker image ) isn't able to parse body of an http2 request json body. I verified the same by using another service to listen to the request and it worked perfectly well. Is this a known issue ?
t
Please can you share the full details of your setup, the request you made and the output?
There is an issue I’m reviewing at the moment where the JDK HTTP client attempts a protocol upgrade on a plaintext connection during a chunked PUT (and presumably other methods with request bodies) and this fails with an EOF error.