Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify defaults in the guide #38

Closed
essen opened this issue Mar 28, 2015 · 2 comments
Closed

Clarify defaults in the guide #38

essen opened this issue Mar 28, 2015 · 2 comments

Comments

@essen
Copy link
Member

essen commented Mar 28, 2015

The guide lacks information about defaults when using open. Some defaults must be dependent on the given port, for example 80 should default to tcp/http, 6121 should default to tcp/spdy, and 443 should default to tls/(tls negotiated protocol either through ALPN or NPN with ALPN taking priority, and HTTP/1.1 being used if nothing gets negotiated).

The code must also be updated to use those defaults.

@essen
Copy link
Member Author

essen commented Mar 28, 2015

Also the ciphers and other things may differ depending on the protocol selected (for example HTTP/2 has a blacklist of ciphers).

@essen
Copy link
Member Author

essen commented Apr 8, 2015

Done in 8366ba9. The ALPN and HTTP/2 stuff aren't in yet.

@essen essen closed this as completed Apr 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant