Jan Nielsen
Jan Nielsen
It seems like `checkReadable` should be consistently handling empty-content, or not at all, regardless of packaging, and this inconsistency feels like a bug; so, what motivated the comment ["empty file...
Thanks, @ljharb -- report fixed; same result.
Thank you for the update, @wraithgar -- have you identified a root-cause commit for this regression?
Just encountered this issue with over a dozen of my applications. Adding the context parameters (specified above) to each application did not work; however, adding JVM option `-Dorg.apache.tomcat.websocket.DEFAULT_BUFFER_SIZE=512000` does fix...
This error happens, @dq5070410, when your inbound message buffer size is too small for the incoming frame. So, increase your buffer size and/or enable and implement partial messages so the...