Skip to content

ALPN / NPN support #8

@colmmacc

Description

@colmmacc

Callers should be able to express protocol-level preferences and have these protocols negotiated.

Tentative API:

s2n_config_set_protocol_preferences(config, "SPDY > HTTP", &err);
char *protocol = s2n_connection_get_protocol(conn, &err);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions