From: Christophe Jaillet Date: Fri, 6 Jan 2017 18:47:25 +0000 (+0000) Subject: Synch with trunk - remove trailing spaces X-Git-Tag: 2.4.26~391 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59165b3ee2fc49e622ce2592271d18f18718b79c;p=thirdparty%2Fapache%2Fhttpd.git Synch with trunk - remove trailing spaces git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1777687 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_stream.c b/modules/http2/h2_stream.c index fcdaa4ddc3f..7cec844b220 100644 --- a/modules/http2/h2_stream.c +++ b/modules/http2/h2_stream.c @@ -201,7 +201,7 @@ h2_stream *h2_stream_open(int id, apr_pool_t *pool, h2_session *session, stream->pool = pool; stream->session = session; stream->can_be_cleaned = 1; - + h2_beam_create(&stream->input, pool, id, "input", H2_BEAM_OWNER_SEND, 0); h2_beam_send_from(stream->input, stream->pool); h2_beam_create(&stream->output, pool, id, "output", H2_BEAM_OWNER_RECV, 0); @@ -419,7 +419,7 @@ apr_status_t h2_stream_schedule(h2_stream *stream, int eos, int push_enabled, stream->request = stream->rtmp; stream->rtmp = NULL; stream->scheduled = 1; - + stream->push_policy = h2_push_policy_determine(stream->request->headers, stream->pool, push_enabled);