mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove trailing spaces (GH-31695)
This commit is contained in:
parent
ab9301a28f
commit
6927632492
13 changed files with 24 additions and 23 deletions
|
@ -93,8 +93,8 @@ class MyProto(asyncio.Protocol):
|
|||
class SendfileBase:
|
||||
|
||||
# 256 KiB plus small unaligned to buffer chunk
|
||||
# Newer versions of Windows seems to have increased its internal
|
||||
# buffer and tries to send as much of the data as it can as it
|
||||
# Newer versions of Windows seems to have increased its internal
|
||||
# buffer and tries to send as much of the data as it can as it
|
||||
# has some form of buffering for this which is less than 256KiB
|
||||
# on newer server versions and Windows 11.
|
||||
# So DATA should be larger than 256 KiB to make this test reliable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue