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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21790>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to