Skip to content

fix: HTML error response for small buffers

Sid Stenersen requested to merge slb/ss/http-resp-buffer into master

When downloading data to a user-specified buffer, any HTML error responses are stored in that buffer. If the buffer is small, e.g. 4 bytes, the stored info is not very useful.

Fix it.

Edited by Sacha Brants

Merge request reports