diff --git a/src/http_ana.c b/src/http_ana.c index 7ff474e3d..57cb73f2a 100644 --- a/src/http_ana.c +++ b/src/http_ana.c @@ -324,7 +324,7 @@ int http_wait_for_request(struct stream *s, struct channel *req, int an_bit) * the monitor-uri is defined by the frontend. */ if (unlikely((sess->fe->monitor_uri_len != 0) && - isteqi(htx_sl_req_uri(sl), ist2(sess->fe->monitor_uri, sess->fe->monitor_uri_len)))) { + isteq(htx_sl_req_uri(sl), ist2(sess->fe->monitor_uri, sess->fe->monitor_uri_len)))) { /* * We have found the monitor URI */