-
-
Notifications
You must be signed in to change notification settings - Fork 99
Labels
Description
β I'm submitting a ...
- π bug report
- π£ feature request
- β question about the decisions made in the repository
π Describe the bug. What is the current behavior?
When a SSL handshake takes some time, cheroot stop responding to new requests
β What is the motivation / use case for changing the behavior?
π‘ To Reproduce
Configure cheroot using its ssl builtin adapter
Steps to reproduce the behavior:
- Start cheroot SSL, increasing its timeout to 300s for example
- Launch a simple telnet on host and port of cheroot server from a terminal
- cheroot does not respond anymore to other requests
π‘ Expected behavior
cheroot should be able to take new connections while ssl handshake negociation on other connections
π Details
π Environment
- Cheroot version: 10.0.1
- Python version: 3.11.11
- OS: Linux (any)
π Additional context