summaryrefslogtreecommitdiff
path: root/src/http2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/http2.cc')
-rw-r--r--src/http2.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http2.cc b/src/http2.cc
index 3ef07b8..664fd6b 100644
--- a/src/http2.cc
+++ b/src/http2.cc
@@ -52,7 +52,7 @@ public:
void ReadOnly(bool is_readonly) override;
bool Forward() override;
void Forward(bool is_forward) override;
- bool Complete() override;
+ bool Complete(section_t section) override;
private:
using header_kv_t = std::pair<std::string, std::string>;
@@ -179,7 +179,7 @@ void Http2Request::Forward(bool is_forward)
}
-bool Http2Request::Complete()
+bool Http2Request::Complete(section_t section)
{
return false;
}