mirror of
https://github.com/aria2/aria2.git
synced 2025-04-03 04:27:38 +03:00
Fix typo
This commit is contained in:
parent
e441cf0575
commit
79a20e046f
1 changed files with 2 additions and 2 deletions
|
@ -2300,7 +2300,7 @@
|
||||||
|
|
||||||
Fixed the bug that segments are not filled to
|
Fixed the bug that segments are not filled to
|
||||||
Request::getMaxPipelinedRequest().
|
Request::getMaxPipelinedRequest().
|
||||||
Make sure that trailing data of transfer encoding is read property,
|
Make sure that trailing data of transfer encoding is read properly,
|
||||||
after file data is received.
|
after file data is received.
|
||||||
* src/AbstractCommand.cc
|
* src/AbstractCommand.cc
|
||||||
* src/DownloadCommand.cc
|
* src/DownloadCommand.cc
|
||||||
|
@ -25724,7 +25724,7 @@
|
||||||
(getMissingIndex): Don't call getMissingIndexRandomly() if max is 0.
|
(getMissingIndex): Don't call getMissingIndexRandomly() if max is 0.
|
||||||
(getMissingUnusedIndex): Don't call getMissingIndexRandomly() if max is
|
(getMissingUnusedIndex): Don't call getMissingIndexRandomly() if max is
|
||||||
0.
|
0.
|
||||||
(getMissingIndex): Don't't call getMissingIndexRandomly() if max is 0.
|
(getMissingIndex): Don't call getMissingIndexRandomly() if max is 0.
|
||||||
* src/TorrentMan.h
|
* src/TorrentMan.h
|
||||||
(UsedPieces): Removed.
|
(UsedPieces): Removed.
|
||||||
(Pieces): New type definition.
|
(Pieces): New type definition.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue