mirror of https://github.com/aria2/aria2
2008-04-21 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Added missing setUserHeaders call * src/HttpRequestCommand.ccpull/1/head
parent
cfe373cbbf
commit
f1816a1d4b
|
@ -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.
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue