-
Notifications
You must be signed in to change notification settings - Fork 43
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
Interface improvements #80
Conversation
Presently, when performing non-reusable TLS connections (establishing a connection, performing a handshake, sending/receiving data, closing the connection, and repeating the process), our performance is suboptimal, achieving approximately 15-20 requests per second. |
Add: Handle `Connection: close` header
ee3477b
to
f8dff91
Compare
f8dff91
to
f31a688
Compare
🎉 This PR is included in version 0.7.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.