fixed bug in web_peer_connection which could cause a hang when downloading from web servers

This commit is contained in:
Arvid Norberg
2010-06-22 18:09:04 +00:00
parent 996c68dfa7
commit 06190d8920
6 changed files with 108 additions and 45 deletions

View File

@@ -33,6 +33,8 @@
incoming connection
* added more detailed instrumentation of the disk I/O thread
* fixed bug in web_peer_connection which could cause a hang when downloading
from web servers
* fixed bug in metadata extensions combined with encryption
* refactored socket reading code to not use async. operations unnecessarily
* some timer optimizations