1
0
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:
Christophe Jaillet
2016-05-05 16:14:22 +00:00
parent b3b5e013f7
commit ef36d3fbb8

View File

@@ -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;
}