We need HttpResponse::hasResponded

This commit is contained in:
Alex Hultman
2019-01-18 16:36:24 +01:00
parent 3c3819fe3c
commit 2caefa9d96
6 changed files with 53 additions and 6 deletions
+5
View File
@@ -53,6 +53,11 @@ private:
using StaticDispatch<SSL>::static_dispatch;
public:
/* Attaches a "filter" function to track socket connections/disconnections */
void filter(fu2::unique_function<void(HttpResponse<SSL> *, int)> &&filterHandler) {
httpContext->filter(std::move(filterHandler));
}
void registerTag() {
}