openziti / tlsuv

TLS and HTTP(s) client library for libuv
https://docs.openziti.io/tlsuv/
MIT License
45 stars 7 forks source link

http_header_field_cb uses static resp.headers array size #41

Closed rentallect closed 4 years ago

rentallect commented 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.

ekoby commented 4 years ago

fixed in websocket feature