diff --git a/src/proto_http.c b/src/proto_http.c index c8d4acb96..236e77464 100644 --- a/src/proto_http.c +++ b/src/proto_http.c @@ -4564,7 +4564,7 @@ int apply_filter_to_sts_line(struct session *t, struct buffer *rtr, struct hdr_e cur_end += delta; cur_end = (char *)http_parse_stsline(&txn->rsp, rtr->data, - HTTP_MSG_RQMETH, + HTTP_MSG_RPVER, cur_ptr, cur_end + 1, NULL, NULL); if (unlikely(!cur_end))