Signal-Server/service
Ravi Khadiwala 9e510a678c disable response buffering on the websocket
Jersey buffers responses (by default up to 8192 bytes) just so it can
add a content length to responses. We already buffer our responses to
serialize them as protos, so we can compute the content length
ourselves. Setting the buffer to zero disables buffering.
2024-03-08 13:46:00 -06:00
..
config Introduce a (dormant) Noise/WebSocket for future client/server communication 2024-02-23 11:42:42 -05:00
src disable response buffering on the websocket 2024-03-08 13:46:00 -06:00
assembly.xml Build refactor in preparations for bringing in jgitver 2021-05-26 19:42:42 -05:00
pom.xml Reapply "Update to Dropwizard 3.0.6" 2024-02-29 16:56:25 -06:00