mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
Improve alignment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1742446 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -57,7 +57,7 @@ static int h2_session_status_from_apr_status(apr_status_t rv)
|
||||
return NGHTTP2_ERR_WOULDBLOCK;
|
||||
}
|
||||
else if (APR_STATUS_IS_EOF(rv)) {
|
||||
return NGHTTP2_ERR_EOF;
|
||||
return NGHTTP2_ERR_EOF;
|
||||
}
|
||||
return NGHTTP2_ERR_PROTO;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user