You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2016/11/05 08:27:43 UTC

svn commit: r1768160 - /httpd/httpd/trunk/modules/http2/h2_mplx.c

Author: jailletc36
Date: Sat Nov  5 08:27:43 2016
New Revision: 1768160

URL: http://svn.apache.org/viewvc?rev=1768160&view=rev
Log:
Remove redundant test.

Follow-up to r1759547

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

Modified: httpd/httpd/trunk/modules/http2/h2_mplx.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http2/h2_mplx.c?rev=1768160&r1=1768159&r2=1768160&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http2/h2_mplx.c (original)
+++ httpd/httpd/trunk/modules/http2/h2_mplx.c Sat Nov  5 08:27:43 2016
@@ -512,10 +512,6 @@ static int task_print(void *ctx, void *v
                       (stream? 0 : 1), task->worker_started, 
                       task->worker_done, task->frozen);
     }
-    else if (task) {
-        ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, m->c, /* NO APLOGNO */
-                      "->03198: h2_stream(%ld-%d): NULL", m->id, task->stream_id);
-    }
     else {
         ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, m->c, /* NO APLOGNO */
                       "->03198: h2_stream(%ld-NULL): NULL", m->id);