commit | 02785764a4625cc10de36bbf1d5dcf2fa87389c3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Apr 03 14:45:44 2007 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Apr 03 14:45:44 2007 +0200 |
tree | b89063d60ac0d54431dc25c3c9a47baa5aba63a6 | |
parent | 1e443e908482880d6bdfc95f54b7c337c6baacc5 [diff] |
[BUG] Status line in HTTP response could not be rewritten Typo implied use of HTTP_MSG_RQMETH state instead of HTTP_MSG_RPVER.
diff --git a/src/proto_http.c b/src/proto_http.c index c8d4acb..236e774 100644 --- a/src/proto_http.c +++ b/src/proto_http.c
@@ -4564,7 +4564,7 @@ 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))