summaryrefslogtreecommitdiff
path: root/test/http/http2_connection_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/http/http2_connection_test.cpp')
-rw-r--r--test/http/http2_connection_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/http/http2_connection_test.cpp b/test/http/http2_connection_test.cpp
index 72f985c761..7d6572cb1c 100644
--- a/test/http/http2_connection_test.cpp
+++ b/test/http/http2_connection_test.cpp
@@ -51,7 +51,7 @@ std::string getDateStr()
void unpackHeaders(std::string_view dataField,
std::vector<std::pair<std::string, std::string>>& headers)
{
- nghttp2_hd_inflater inflater;
+ nghttp2_hd_inflater_ex inflater;
while (!dataField.empty())
{