sprinfall / webcc

Lightweight C++ HTTP client and server library based on Asio for embedding purpose.
GNU Lesser General Public License v3.0
270 stars 61 forks source link

Persistent Connections #7

Closed bkamba closed 5 years ago

bkamba commented 5 years ago

Does the Http server for webcc support persistent connections?

sprinfall commented 5 years ago

Not yet. Sorry. I'm working the client side right now. I will let you know if the server side is ready.

sprinfall commented 5 years ago

Does the Http server for webcc support persistent connections?

Hi, I just pushed a commit which includes a basic support for Persistent Connections in server side. You might have interest to have a look.

bkamba commented 5 years ago

Thanks!