Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
store-http: check decode_buffer_absorb return value
decode_buffer_absorb can fail when it has to resize the buffer. In that case, it will drop the incoming data and the current transfer can't meaningfully continue. Make store_http_data_cb check the return value so that it will immediately abort the transfer in such a situation.
- Loading branch information