]> granicus.if.org Git - apache/commitdiff
just put up w/ the error message... no real way to
authorJim Jagielski <jim@apache.org>
Fri, 24 Jan 2014 21:16:54 +0000 (21:16 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 24 Jan 2014 21:16:54 +0000 (21:16 +0000)
do this :/

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561184 13f79535-47bb-0310-9956-ffa450edef68

server/core.c

index 567b82138c898a8f33c6778ab7f5f049c3d5e03d..ff7c43dce0e303bb85cd6d712b92d7a9e4400fda 100644 (file)
@@ -4904,12 +4904,7 @@ static int core_pre_connection(conn_rec *c, void *csd)
      * problem with simple HTTP.)
      */
     rv = apr_socket_opt_set(csd, APR_TCP_NODELAY, 1);
-    if (rv != APR_SUCCESS
-        && rv != APR_ENOTIMPL
-#ifdef APR_EOPNOTSUPP
-        && rv != APR_EOPNOTSUPP
-#endif
-        ) {
+    if (rv != APR_SUCCESS && rv != APR_ENOTIMPL) {
         /* expected cause is that the client disconnected already,
          * hence the debug level
          */