Dmitry Kaukov
Dmitry Kaukov
True, but ``` bufferSize = Math.min(8192, bufferSize); // TODO ? ``` limiting it to the 8k. We need a way to increase the limit.
Hi, In the ``` @Override protected void writeErrorHtml(Request request, Writer writer, Charset charset, int code, String message, Throwable cause, boolean showStacks) throws IOException { .... } ``` we are generating...
Hi, we alo see issue with double-encoding of the path parameters. This is especially visible with Spring Security as generated requests are rejected by `StrictHttpFirewall` with message: ``` Rejecting request...
Hello @johanhaleby, would you happen to have a moment to review this?
Hi @joakime , maybe we can merge this one in a meantime?
@gregw Could you please take a look now.
It compiles, but crashing on MQTT connection.
Yeah, the request from Chrome, seems missing: ``` Sec-WebSocket-Version: 13 Sec-WebSocket-Extensions: permessage-deflate Sec-WebSocket-Key: xy4LT/rAJ+VJ+D1LIAgGgQ== Connection: keep-alive, Upgrade Upgrade: websocket ```
Hi @kai-morich, Thanks for reviewing the changes! The refactor was driven by my work transferring audio through USB serial in [this project](https://github.com/VanceVagell/kv4p-ht), where we faced issues with USB stack inserting...