mirror of https://github.com/aria2/aria2
![]() With --deferred-input=true, aria2 only reads input file to fill active download slots, while keeping input file open. Meanwhile, --save-session saves all download info inside memory, but this does not take into account of unread item in input file. This will lead to lose input data in saved session file. Also current BufferedFile implementation used to read/write input/output file take a lock on Windows. This effectively prevents session serializer from writing session data to the same file which is still kept open because of --deferred-input. See GH-493 |
||
---|---|---|
.. | ||
Makefile.am | ||
README.rst | ||
aria2c.rst | ||
conf.py.in | ||
index.rst | ||
libaria2.rst | ||
mkapiref.py | ||
technical-notes.rst |
README.rst
.. include:: ../../../README.rst