proxy-wasm-rust-sdk
proxy-wasm-rust-sdk copied to clipboard
on_http_response_body seems to be capped at 615 bytes
Doesn't matter what I do, seems like I can't get to process more than 615 bytes on on_http_response_body.
Is this 615byte value somewhere configurable?
There is no such limit in either this SDK or any of the host implementations that I know of.
What host proxy are you integrating with?
Is this a chunking / buffering issue? (are you getting multiple 615 byte body chunks?)