Skip to content

Commit

Permalink
DOXYGEN has nothing to do here, just remove this strange "#if defined…
Browse files Browse the repository at this point in the history
…(DOXYGEN)"

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912663 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Christophe Jaillet committed Oct 1, 2023
1 parent cc97586 commit 7faee2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/http2/h2_proxy_session.c
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ static apr_status_t session_start(h2_proxy_session *session)
apr_socket_t *s;

s = ap_get_conn_socket(session->c);
#if (!defined(WIN32) && !defined(NETWARE)) || defined(DOXYGEN)
#if !defined(WIN32) && !defined(NETWARE)
if (s) {
ap_sock_disable_nagle(s);
}
Expand Down

0 comments on commit 7faee2a

Please sign in to comment.