mirror of
https://github.com/aria2/aria2.git
synced 2026-04-13 08:18:46 +00:00
2008-05-15 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Use Request::METHOD_GET * src/RequestGroup.cc (createNextCommandWithAdj)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user