mirror of
https://github.com/aria2/aria2.git
synced 2026-04-02 18:59:20 +00:00
* Added SocketCore. Socket is now handle class for SocketCore. * Fixed bug in ChunkedEncoding: expanding buffer size is wrong * Fixed bug in DownloadCommand: In Chunked Encoding, it wrongly adds to Segment.ds buff length from the socket.
7 lines
281 B
Plaintext
7 lines
281 B
Plaintext
* Add HTTP POST support
|
|
* Add expires handling for Cookie
|
|
* Add Referer support
|
|
* Fix no wait retry in HttpInitiateConnectionCommand, HttpRequestCommand, HttpResponseCommand, except for redirection.
|
|
* Add FTP support
|
|
* Add SSL server cert verification
|
|
* Add SSL client cert support |