summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
Diffstat (limited to 'http')
-rw-r--r--http/http2_connection.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/http/http2_connection.hpp b/http/http2_connection.hpp
index d5f4481700..3e0c3943d5 100644
--- a/http/http2_connection.hpp
+++ b/http/http2_connection.hpp
@@ -246,6 +246,8 @@ class HTTP2Connection :
}
}
crow::Request& thisReq = it->second.req;
+ thisReq.ioService = static_cast<decltype(thisReq.ioService)>(
+ &adaptor.get_executor().context());
BMCWEB_LOG_DEBUG("Handling {} \"{}\"", logPtr(&thisReq),
thisReq.url().encoded_path());