Commit 27fa4d31 authored by Alexis La Goutte's avatar Alexis La Goutte

Fix: error pointer target types incompatible in C++ [-Werror=c++-compat]

parent adc22ec8
......@@ -258,7 +258,7 @@ static int on_data_chunk_recv_callback(nghttp2_session *session _U_,
stream), if it is closed, we send GOAWAY and tear down the
session */
static int on_stream_close_callback(nghttp2_session *session, int32_t stream_id,
nghttp2_error_code error_code,
uint32_t error_code,
void *user_data) {
http2_session_data *session_data = (http2_session_data *)user_data;
int rv;
......
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