mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-17 11:24:44 -07:00
If the client pull requests has a max_bytes value and the server cannot deliver a single message (because size is too big), it is sending a 409 to signal that to the client library. However, if it sends at least a message then it would close the request without notifying the client with a 409, which would cause the client library to have to wait for its expiration/timeout. Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
531 KiB
531 KiB