[issue21790] Change blocksize in http.client to the value of resource.getpagesize

Demian Brecht report at bugs.python.org
Tue Jun 17 17:40:25 CEST 2014


New submission from Demian Brecht:

When sending data, the blocksize is currently hardcoded to 8192. It should likely be set to the value of resource.getpagesize().

----------
components: Library (Lib)
files: set_blocksize_to_getpagesize.diff
keywords: patch
messages: 220839
nosy: dbrecht
priority: normal
severity: normal
status: open
title: Change blocksize in http.client to the value of resource.getpagesize
versions: Python 3.5
Added file: http://bugs.python.org/file35671/set_blocksize_to_getpagesize.diff

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


More information about the Python-bugs-list mailing list