summaryrefslogtreecommitdiffstats
path: root/src/shrpx_http2_session.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/shrpx_http2_session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shrpx_http2_session.h b/src/shrpx_http2_session.h
index 31b2545..1a67a5f 100644
--- a/src/shrpx_http2_session.h
+++ b/src/shrpx_http2_session.h
@@ -116,7 +116,7 @@ public:
void remove_stream_data(StreamData *sd);
int submit_request(Http2DownstreamConnection *dconn, const nghttp2_nv *nva,
- size_t nvlen, const nghttp2_data_provider *data_prd);
+ size_t nvlen, const nghttp2_data_provider2 *data_prd);
int submit_rst_stream(int32_t stream_id, uint32_t error_code);