the-moisrex / webpp

C++ web framework | web development can be done with C++ as well.
https://t.me/webpp
MIT License
134 stars 9 forks source link

Add keep-alive support #68

Open the-moisrex opened 2 years ago

the-moisrex commented 2 years ago

Checkout beast impl and implement keep alive header option support.

Maybe add a keep_alive type for more detailed version of it.

the-moisrex commented 2 years ago

Well, connection specific headers are illegal in http 2.0. https://datatracker.ietf.org/doc/html/rfc7540#section-8.1.2.2