Loading lib/http.h +2 −0 Original line number Diff line number Diff line Loading @@ -151,6 +151,8 @@ struct HTTP { struct http_conn { #ifdef USE_NGHTTP2 nghttp2_session *h2; #else int unused; /* prevent a compiler warning */ #endif }; Loading Loading
lib/http.h +2 −0 Original line number Diff line number Diff line Loading @@ -151,6 +151,8 @@ struct HTTP { struct http_conn { #ifdef USE_NGHTTP2 nghttp2_session *h2; #else int unused; /* prevent a compiler warning */ #endif }; Loading