2008-04-21 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

Added missing setUserHeaders call
	* src/HttpRequestCommand.cc
pull/1/head
Tatsuhiro Tsujikawa 2008-04-21 13:19:01 +00:00
parent cfe373cbbf
commit f1816a1d4b
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-04-21 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Added missing setUserHeaders call
* src/HttpRequestCommand.cc
2008-04-21 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Call FileAllocationMan::nextFileAllocationEntryExists() first.

View File

@ -97,6 +97,7 @@ bool HttpRequestCommand::executeInternal() {
httpRequest->setRequest(req);
httpRequest->setSegment(segment);
httpRequest->setEntityLength(_requestGroup->getTotalLength());
httpRequest->setUserHeaders(e->option->get(PREF_HEADER));
httpRequest->configure(e->option);
_httpConnection->sendRequest(httpRequest);