关于 res_stream_threshold_
作者: kunknu创建于 2023年6月29日更新于 2023年6月29日
environment: x86 ubuntu 20.04 crow version: 0.3 C++ 14 In my project, I used the server to respond to a request and returned data with an image encoded as base64, which exceeded 1MB in size. When I checked the source code, I found that there was a size limit (res_stream_threshold_) when sending data. When I sent data exceeding this size, an error occurred. My ability is relatively low and I cannot make the correct modifications, but as long as I increase this limit, I can work correctly. Will this change cause problems elsewhere
内容来源: ipkn/crow