Open
Description
The non-blocking HTTP handler (#425) introduced in 0.6.0 simplifies the implementation of HTTP handlers for most use cases. One part that websocketpp is missing though is support for HTTP/1.1 persistent connections, which enable a client to send multiple requests over the same socket. This is especially useful with TLS enabled as the TLS handshakes and TCP connection times can lead to a less-than ideal experience in the real world.