projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21c8fa9
)
remove as requested by yann
author
Jim Jagielski
<jim@apache.org>
Tue, 9 Feb 2016 17:50:02 +0000
(17:50 +0000)
committer
Jim Jagielski
<jim@apache.org>
Tue, 9 Feb 2016 17:50:02 +0000
(17:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1729429
13f79535
-47bb-0310-9956-
ffa450edef68
modules/proxy/mod_proxy_hcheck.c
patch
|
blob
|
history
diff --git
a/modules/proxy/mod_proxy_hcheck.c
b/modules/proxy/mod_proxy_hcheck.c
index 3c166c65a207f760d6071137f3ce511020998890..81a2a3eaa534d5146d2c71d13a7717b7fce74a74 100644
(file)
--- a/
modules/proxy/mod_proxy_hcheck.c
+++ b/
modules/proxy/mod_proxy_hcheck.c
@@
-553,9
+553,7
@@
static apr_status_t hc_check_tcp(sctx_t *ctx, apr_pool_t *ptemp, proxy_worker *w
if (status == OK) {
backend->addr = hc->cp->addr;
status = ap_proxy_connect_backend("HCTCP", backend, hc, ctx->s);
- if (status == OK) {
- status = (ap_proxy_is_socket_connected(backend->sock) ? OK : !OK);
- }
+ /* does an unconditional ap_proxy_is_socket_connected() */
}
return backend_cleanup("HCTCP", backend, ctx->s, status);
}