mirror of https://github.com/aria2/aria2
2008-07-01 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Removed TransferEncoding. * src/DownloadCommand.cc * src/DownloadCommand.h * src/HttpResponseCommand.ccpull/1/head
parent
caeb5da8a2
commit
888d6ff4dd
|
@ -1,3 +1,10 @@
|
|||
2008-07-01 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Removed TransferEncoding.
|
||||
* src/DownloadCommand.cc
|
||||
* src/DownloadCommand.h
|
||||
* src/HttpResponseCommand.cc
|
||||
|
||||
2008-07-01 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Updated po files.
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
#include "RequestGroup.h"
|
||||
#include "DownloadEngine.h"
|
||||
#include "PeerStat.h"
|
||||
#include "TransferEncoding.h"
|
||||
#include "DlAbortEx.h"
|
||||
#include "DlRetryEx.h"
|
||||
#include "SegmentMan.h"
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
|
||||
namespace aria2 {
|
||||
|
||||
class TransferEncoding;
|
||||
class Decoder;
|
||||
class PeerStat;
|
||||
#ifdef ENABLE_MESSAGE_DIGEST
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
#include "HttpRequest.h"
|
||||
#include "HttpResponse.h"
|
||||
#include "HttpConnection.h"
|
||||
#include "TransferEncoding.h"
|
||||
#include "SegmentMan.h"
|
||||
#include "Segment.h"
|
||||
#include "HttpDownloadCommand.h"
|
||||
|
|
Loading…
Reference in New Issue