-
Notifications
You must be signed in to change notification settings - Fork 264
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
warp, warp-tls: Export functions to serve applications over existing connections #1007
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No objections though I don't understand the purpose completely.
Rebased and merged. |
That's one of the legs for the TLS virtual hosts effort (with the other being that SNI thing).
Thanks! I'll be glad, but it isn't quite urgent. |
New versions have been released. |
## 3.4.7 * Using time-manager >= 0.2. ## 3.4.6 * Using `withHandle` of time-manager. ## 3.4.5 * Rethrowing asynchronous exceptions and preventing callsing `connClose` twice. [#1013](yesodweb/wai#1013) ## 3.4.4 * Removing `unliftio`. ## 3.4.3 * Waiting untill the number of FDs desreases on EMFILE. [#1009](yesodweb/wai#1009) ## 3.4.2 * serveConnection is re-exported from the Internal module. [#1007](yesodweb/wai#1007)
## 3.4.12 * Rethrowing asynchronous exceptions [#1013](yesodweb/wai#1013) ## 3.4.11 * Removing `unliftio`. ## 3.4.10 * Removed `data-default` dependency entirely. Does now require `>= tls-2.1.3`. [#1011](yesodweb/wai#1011) ## 3.4.9 * Using `timeout` for `handshake` to prevent thread leaks. ## 3.4.8 * Substituted `data-default-class` for `data-default` [#1010](yesodweb/wai#1010) ## 3.4.7 * Expose `attachConn` to use post-handshake TLS connection. [#1007](yesodweb/wai#1007) ## 3.4.6 * Preparing for tls v2.1
For #1006
Before submitting your PR, check that you've:
@since
declarations to the HaddockAfter submitting your PR: