openziti / tlsuv

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

Replace http-parser with llhttp-parser #131

Closed ekoby closed 1 year ago

ekoby commented 1 year ago

llhttp-parser is maintained and has better performance

scareything commented 1 year ago

It looks like CI is having trouble with this branch. Are you going to fix the workflows?

Also, I'm not able to build locally on macOS or Linux (didn't try Windows). I checked the workflow jobs and I'm guessing I need to do something with vcpkg... Should the build steps in the readme be updated?