mirror of https://github.com/aria2/aria2
2008-05-15 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Use Request::METHOD_GET * src/RequestGroup.cc (createNextCommandWithAdj)pull/1/head
parent
630cee3cb7
commit
6d0aff618d
|
@ -1,3 +1,8 @@
|
|||
2008-05-15 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Use Request::METHOD_GET
|
||||
* src/RequestGroup.cc (createNextCommandWithAdj)
|
||||
|
||||
2008-05-15 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Defined "OK", "ERR", "INPR" as static const std::string
|
||||
|
|
|
@ -476,7 +476,7 @@ void RequestGroup::createNextCommandWithAdj(std::deque<Command*>& commands,
|
|||
return;
|
||||
}
|
||||
}
|
||||
createNextCommand(commands, e, numCommand, "GET");
|
||||
createNextCommand(commands, e, numCommand, Request::METHOD_GET);
|
||||
}
|
||||
|
||||
void RequestGroup::createNextCommand(std::deque<Command*>& commands,
|
||||
|
|
Loading…
Reference in New Issue