]> granicus.if.org Git - apache/commitdiff
APRify ECONNRESET
authorGregg Lewis Smith <gsmith@apache.org>
Thu, 20 Aug 2015 23:36:25 +0000 (23:36 +0000)
committerGregg Lewis Smith <gsmith@apache.org>
Thu, 20 Aug 2015 23:36:25 +0000 (23:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1696881 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_conn.c

index df1de9e7d33ee5b1c956ccfc1b0640c89f0123e1..5430943860ac511fc96d6228a41dfad5d5cd15f6 100644 (file)
@@ -287,7 +287,7 @@ apr_status_t h2_session_process(h2_session *session)
             case APR_EBADF:
             case APR_EOF:
             case APR_ECONNABORTED:
-            case ECONNRESET:
+            case APR_ECONNRESET:
                 ap_log_cerror( APLOG_MARK, APLOG_DEBUG, status, session->c,
                               "h2_session(%ld): reading",
                               session->id);