My response is hitting the hardcoded out buffer size: <img width="980" alt="image" src="https://user-images.githubusercontent.com/1185906/204125079-91bfc722-a51e-40dd-a31f-d1d25a101100.png"> 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)? <img width="1229" alt="image" src="https://user-images.githubusercontent.com/1185906/204125189-e729af67-cff2-4f85-886c-e81ea87f007a.png"> Why not send in chunks?