mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fixed POST methos
This commit is contained in:
parent
5ea3e70c3a
commit
86fdd48229
3 changed files with 18 additions and 62 deletions
|
@ -20,7 +20,7 @@ namespace proxy
|
|||
protected:
|
||||
void RunRequest();
|
||||
void parseHeaders(const std::string& h, std::vector<header>& hm);
|
||||
void ExtractRequest(request &m_Request);
|
||||
void ExtractRequest(request& r);
|
||||
};
|
||||
|
||||
class HTTPProxy : public i2p::util::HTTPServer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue