2008-07-01 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

Removed TransferEncoding.
	* src/DownloadCommand.cc
	* src/DownloadCommand.h
	* src/HttpResponseCommand.cc
pull/1/head
Tatsuhiro Tsujikawa 2008-07-01 13:30:38 +00:00
parent caeb5da8a2
commit 888d6ff4dd
4 changed files with 7 additions and 3 deletions

View File

@ -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.

View File

@ -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"

View File

@ -39,7 +39,6 @@
namespace aria2 {
class TransferEncoding;
class Decoder;
class PeerStat;
#ifdef ENABLE_MESSAGE_DIGEST

View File

@ -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"