diff --git a/src/http_ext.c b/src/http_ext.c index 15c6683e94134..f74f1af901427 100644 --- a/src/http_ext.c +++ b/src/http_ext.c @@ -870,7 +870,6 @@ int http_handle_xot_header(struct stream *s, struct channel *req) } if (s->be->http_ext && s->be->http_ext->xot) { /* backend */ - BUG_ON(!s->be->http_ext); b_xot = s->be->http_ext->xot; }