[New-bugs-announce] [issue13559] Use sendfile where possible in httplib

Benjamin Peterson report at bugs.python.org
Thu Dec 8 21:47:25 CET 2011


New submission from Benjamin Peterson <benjamin at python.org>:

HTTPConnection.send() should use os.sendfile when possible to avoid copying data into userspace and back.

----------
components: Library (Lib)
keywords: easy
messages: 149052
nosy: benjamin.peterson
priority: normal
severity: normal
stage: needs patch
status: open
title: Use sendfile where possible in httplib
type: feature request
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13559>
_______________________________________


More information about the New-bugs-announce mailing list