Remove PostFile() from session; refine cmake files; replace final with override.
This commit is contained in:
@@ -18,10 +18,10 @@ public:
|
||||
void Init(Request* request);
|
||||
|
||||
private:
|
||||
bool ParseStartLine(const std::string& line) final;
|
||||
bool ParseStartLine(const std::string& line) override;
|
||||
|
||||
// Override to handle multipart form data which is request only.
|
||||
bool ParseContent(const char* data, std::size_t length) final;
|
||||
bool ParseContent(const char* data, std::size_t length) override;
|
||||
|
||||
// Multipart specific parsing helpers.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user