From 59165b3ee2fc49e622ce2592271d18f18718b79c Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Fri, 6 Jan 2017 18:47:25 +0000 Subject: [PATCH] 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 --- modules/http2/h2_stream.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/http2/h2_stream.c b/modules/http2/h2_stream.c index fcdaa4ddc3..7cec844b22 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); -- 2.50.1