mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-24 14:38:04 +01:00
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.