summaryrefslogtreecommitdiff
path: root/src/response.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-03-25 05:47:05 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-04-02 01:16:42 -0400
commit7a078f567afbf5cc37c2a7fc828148d16560650b (patch)
tree5922a2f736b6a603ed029ca849ac2c9ae357b2e8 /src/response.c
parent91b3b3bf902c66c72e505c1ff4c6d7910f01ecda (diff)
downloadlighttpd-git-7a078f567afbf5cc37c2a7fc828148d16560650b.tar.gz
[core] mark debug path unlikely
mark debug path unlikely remove redundant debug trace
Diffstat (limited to 'src/response.c')
-rw-r--r--src/response.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/response.c b/src/response.c
index b75c8bcf..6a4f68ce 100644
--- a/src/response.c
+++ b/src/response.c
@@ -311,9 +311,6 @@ static handler_t http_status_set_error_close (request_st * const r, int status)
}
static handler_t http_response_config (request_st * const r) {
- if (r->conf.log_condition_handling)
- log_error(r->conf.errh, __FILE__, __LINE__, "run condition");
-
config_cond_cache_reset(r);
config_patch_config(r);