mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
* HTTP.cpp : rename method
This commit is contained in:
parent
8cb3e3418a
commit
2d252e6459
4 changed files with 4 additions and 4 deletions
2
HTTP.h
2
HTTP.h
|
@ -62,7 +62,7 @@ namespace http {
|
|||
void del_header(const char *name);
|
||||
|
||||
/** @brief Returns declared message length or -1 if unknown */
|
||||
long int length();
|
||||
long int content_length();
|
||||
};
|
||||
|
||||
struct HTTPReq : HTTPMsg {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue