We need HttpResponse::hasResponded
This commit is contained in:
@@ -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() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user