mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-12-06 19:26:23 +01:00
fixed POST methos
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user