8f04a84755
Using a log2n way to fill a much smaller buffer, and receiving in a cleaner way with EOF.
The failing test was reproducible using the following command thanks to @aeros :
```bash
./python -m test test_asyncio.test_sock_lowlevel --match test_sock_client_racing -j100 -F -v
```
According to test results, we may still need to bump the timeout:
|
||
---|---|---|
.. | ||
__init__.py | ||
__main__.py | ||
echo.py | ||
echo2.py | ||
echo3.py | ||
functional.py | ||
test_base_events.py | ||
test_buffered_proto.py | ||
test_context.py | ||
test_events.py | ||
test_futures.py | ||
test_locks.py | ||
test_pep492.py | ||
test_proactor_events.py | ||
test_protocols.py | ||
test_queues.py | ||
test_runners.py | ||
test_selector_events.py | ||
test_sendfile.py | ||
test_server.py | ||
test_sock_lowlevel.py | ||
test_sslproto.py | ||
test_streams.py | ||
test_subprocess.py | ||
test_tasks.py | ||
test_threads.py | ||
test_transports.py | ||
test_unix_events.py | ||
test_windows_events.py | ||
test_windows_utils.py | ||
utils.py |