• Kristján Valur Jónsson's avatar
    merging / reimplementing r68532 from the trunk to Py3k · 7e11b3f5
    Kristján Valur Jónsson yazdı
    Enable buffering for HTTPResponse's fp.  read() behaves identically for buffered and non-buffered IO.  read(n) also won't block if n bytes are availble on the socket.  There is therefore no reason not to use buffering.  The reason 2.x disables buffering by default, that some clients may be accessing the underlying socket directly and so bypass the buffering buffer, doesn't apply in 3.x with its redesigned IO library.
    See issue 4448 and issue 4879
    7e11b3f5
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
client.py Loading commit data...
server.py Loading commit data...