]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
DOXYGEN has nothing to do here, just remove this strange "#if defined(DOXYGEN)"
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 1 Oct 2023 16:33:40 +0000 (16:33 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 1 Oct 2023 16:33:40 +0000 (16:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912663 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_proxy_session.c

index db2230127667811631598aae01095eeea1968ddf..3faa691c71f564261cb4772f1c64950df4579326 100644 (file)
@@ -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);
     }