Closed rentallect closed 4 years ago
The http_header_field_cb() function uses 20 as a static size of the req->resp.headers array. This should be dynamically determined based on actual HTTP response data.
http_header_field_cb()
req->resp.headers
fixed in websocket feature
The
http_header_field_cb()
function uses 20 as a static size of thereq->resp.headers
array. This should be dynamically determined based on actual HTTP response data.