This repository was archived by the owner on Mar 24, 2026. It is now read-only.
H2O: Make several improvements#2574
Merged
NateBrady23 merged 3 commits intoTechEmpower:masterfrom Feb 21, 2017
Merged
Conversation
Also, do not include the raw database error messages in the HTTP response bodies due to security concerns.
* Disable the 3DES and RC4 ciphers because they are weak. * Enable ECDH in order to add forward secrecy. * Enable ALPN to support HTTP/2 properly. The last two changes require that the application be built and linked against OpenSSL versions greater than or equal to 1.0.2.
zloster
pushed a commit
to zloster/FrameworkBenchmarks
that referenced
this pull request
Mar 21, 2017
* H2O: Improve error logging Also, do not include the raw database error messages in the HTTP response bodies due to security concerns. * H2O: Support HTTP and HTTPS simultaneously * H2O: Make several TLS support improvements * Disable the 3DES and RC4 ciphers because they are weak. * Enable ECDH in order to add forward secrecy. * Enable ALPN to support HTTP/2 properly. The last two changes require that the application be built and linked against OpenSSL versions greater than or equal to 1.0.2.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Is there going to be a preview round soon? I got the impression from the Google group that there should have been one by now. I intend to do an important performance improvement, but I am curious to see some interim results first.