mirror of
https://github.com/aria2/aria2.git
synced 2025-02-16 04:07:49 +00:00
2008-04-26 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Capitalized METHOD_GET and METHOD_HEAD * src/Request.cc
This commit is contained in:
parent
e0877ec26b
commit
c3151ba188
@ -1,3 +1,8 @@
|
||||
2008-04-26 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Capitalized METHOD_GET and METHOD_HEAD
|
||||
* src/Request.cc
|
||||
|
||||
2008-04-23 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Added getDownloadResults() method
|
||||
|
@ -42,9 +42,9 @@
|
||||
|
||||
namespace aria2 {
|
||||
|
||||
const std::string Request::METHOD_GET = "get";
|
||||
const std::string Request::METHOD_GET = "GET";
|
||||
|
||||
const std::string Request::METHOD_HEAD = "head";
|
||||
const std::string Request::METHOD_HEAD = "HEAD";
|
||||
|
||||
Request::Request():
|
||||
port(0), tryCount(0),
|
||||
|
Loading…
x
Reference in New Issue
Block a user