Stiffstream / restinio

Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library with the right balance between performance and ease of use
Other
1.15k stars 93 forks source link

Feature/chunk ext params #192

Closed ngrodzitski closed 11 months ago

ngrodzitski commented 1 year ago

@eao197 FYI: this is draft for now (to run CI). However your input is still welcomed anyway.

This feature implementation needs yet another fix in llhttp (https://github.com/nodejs/llhttp/pull/253 or similar if llhttp maintainers will decide to do it differently). Currently it can't handle quoted-string as ext-param value properly.