fixed error handling of missing directories in download path
This commit is contained in:
parent
1ce4b2b531
commit
04eae38bcd
|
@ -20,6 +20,7 @@
|
|||
* fix uTP edge case where udp socket buffer fills up
|
||||
* fix nagle implementation in uTP
|
||||
|
||||
* fixed error handling of missing directories in download path
|
||||
* try unencrypted connections first, and fall back to encryption if it fails (performance improvement)
|
||||
* add missing functions to python binding (flush_cache(), remap_files() and orig_files())
|
||||
* improve handling of filenames that are invalid on windows
|
||||
|
|
Loading…
Reference in New Issue