Commits

Andy Green authored b45956fcb91
client: add alpn processing on mbedtls and openssl This just supports "http/1.1" alpn and lets the client know it can use keepalive earlier if it affirmitively negotiated "http/1.1" on alpn. mbedTLS wrapper needed a small adaptation to also allow per-client-ssl control of the alpn negotiation list.