Skip to content
Snippets Groups Projects
Commit 2a9b6f54 authored by Andy Green's avatar Andy Green
Browse files

client: h2

This adds h2 http support for the client api.

The public client api requires no changes, it will detect by
ALPN if the server can handle http/2, if so, it will use it.

Multiple client connections using the lws api will be mapped on
to the same single http/2 + tls socket using http/2 streams
that are serviced simultaneously where possible.
parent 2d3fc52b
No related branches found
No related tags found
Loading
Showing
with 744 additions and 166 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment