You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2017/03/28 21:10:28 UTC

svn commit: r1789224 - /httpd/httpd/trunk/modules/http2/h2_workers.c

Author: ylavic
Date: Tue Mar 28 21:10:28 2017
New Revision: 1789224

URL: http://svn.apache.org/viewvc?rev=1789224&view=rev
Log:
Revert r1789221: real fix looks more subtle.

Modified:
    httpd/httpd/trunk/modules/http2/h2_workers.c

Modified: httpd/httpd/trunk/modules/http2/h2_workers.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http2/h2_workers.c?rev=1789224&r1=1789223&r2=1789224&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http2/h2_workers.c (original)
+++ httpd/httpd/trunk/modules/http2/h2_workers.c Tue Mar 28 21:10:28 2017
@@ -128,6 +128,7 @@ static h2_fifo_op_t mplx_peek(void *head
 static apr_status_t get_next(h2_slot *slot)
 {
     h2_workers *workers = slot->workers;
+    apr_status_t status;
     
     slot->task = NULL;
     while (!slot->aborted) {