• Victor Stinner's avatar
    bpo-33353: test_asyncio use set_write_buffer_limits() (GH-7200) · 9551f771
    Victor Stinner yazdı
    Use transport.set_write_buffer_limits() in sendfile tests of
    test_asyncio to make sure that the protocol is paused after sending
    4 KiB. Previously,
    test_sendfile_fallback_close_peer_in_the_middle_of_receiving() failed
    on FreeBSD if the DATA was smaller than the default limit of 64 KiB.
    9551f771
streams.py 24 KB