mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
commit
1ed2e69a4a
14 changed files with 16 additions and 16 deletions
|
@ -288,7 +288,7 @@ class BaseServer:
|
|||
deadline = time() + timeout
|
||||
|
||||
# Wait until a request arrives or the timeout expires - the loop is
|
||||
# necessary to accomodate early wakeups due to EINTR.
|
||||
# necessary to accommodate early wakeups due to EINTR.
|
||||
with _ServerSelector() as selector:
|
||||
selector.register(self, selectors.EVENT_READ)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue