On 03/27/2017 09:31 AM, [email protected] wrote:
@@ -500,7 +533,11 @@ h2_stream *h2_stream_create(int id, apr_h2_beam_create(&stream->output, pool, id, "output", H2_BEAM_OWNER_RECV, 0, session->s->timeout); - + + stream->in_window_size = + nghttp2_session_get_stream_local_window_size( + stream->session->ngh2, stream->id); +
The configure script doesn't look for the "new" get_stream_local_window_size() API, so trying to build against an earlier libnghttp2 succeeds during configuration but fails at linktime. Is there a good fallback to use, or should we update the version prerequisites for nghttp2?
--Jacob
