Skip to content

Persistent HTTP connections #513

Open
@grover

Description

@grover

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions