Commit 217d2fc1 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Compile with the latest nghttp3

parent 07edcb9f
...@@ -300,12 +300,7 @@ int Http3Session::init_conn() { ...@@ -300,12 +300,7 @@ int Http3Session::init_conn() {
nullptr, // begin_trailers nullptr, // begin_trailers
h2load::recv_header, h2load::recv_header,
nullptr, // end_trailers nullptr, // end_trailers
nullptr, // http_begin_push_promise
nullptr, // http_recv_push_promise
nullptr, // http_end_push_promise
nullptr, // http_cancel_push
h2load::send_stop_sending, h2load::send_stop_sending,
nullptr, // push_stream,
}; };
auto config = client_->worker->config; auto config = client_->worker->config;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment