diff options
| author | Berker Peksag <berker.peksag@gmail.com> | 2014-09-28 00:00:58 +0300 |
|---|---|---|
| committer | Berker Peksag <berker.peksag@gmail.com> | 2014-09-28 00:00:58 +0300 |
| commit | 9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8 (patch) | |
| tree | accb8efa32cfdc7efac1196a33e445f84fb59b35 /Doc/library/asyncio-protocol.rst | |
| parent | 9ce69672f3a1fbd9f337737bf35ace1a1a592598 (diff) | |
| download | cpython-git-9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8.tar.gz | |
Revert #22251
Diffstat (limited to 'Doc/library/asyncio-protocol.rst')
| -rw-r--r-- | Doc/library/asyncio-protocol.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/asyncio-protocol.rst b/Doc/library/asyncio-protocol.rst index 4299a21819..92b055a7b5 100644 --- a/Doc/library/asyncio-protocol.rst +++ b/Doc/library/asyncio-protocol.rst @@ -407,7 +407,6 @@ even more), and eventually :meth:`resume_writing` is called once when the buffer size reaches the low-water mark. .. note:: - If the buffer size equals the high-water mark, :meth:`pause_writing` is not called -- it must go strictly over. Conversely, :meth:`resume_writing` is called when the buffer size is @@ -416,7 +415,6 @@ buffer size reaches the low-water mark. mark is zero. .. note:: - On BSD systems (OS X, FreeBSD, etc.) flow control is not supported for :class:`DatagramProtocol`, because send failures caused by writing too many packets cannot be detected easily. The socket |
