make bottled http requests response size limit configurable and bump default to 2 MiB

This commit is contained in:
Arvid Norberg
2012-10-19 01:28:47 +00:00
parent 01f70bfd84
commit 8ba970018c
12 changed files with 50 additions and 14 deletions

View File

@@ -5,6 +5,7 @@
* fix uTP edge case where udp socket buffer fills up
* fix nagle implementation in uTP
* raised the limit for bottled http downloads to 2 MiB
* add support for magnet links and URLs in python example client
* fixed typo in python bindings' add_torrent_params
* introduce a way to add built-in plugins from python