Use Request::METHOD_GET * src/RequestGroup.cc (createNextCommandWithAdj)
@@ -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,