My response is hitting the hardcoded out buffer size:

This limit is pretty arbitrary. Can we make it configurable?
Or at least, can we handle larger responses more gracefully than asserting and crashing like below (the cout is added by me)?

Why not send in chunks?
My response is hitting the hardcoded out buffer size:
This limit is pretty arbitrary. Can we make it configurable?
Or at least, can we handle larger responses more gracefully than asserting and crashing like below (the cout is added by me)?
Why not send in chunks?