]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http: fix typos in previous patch
authorWilly Tarreau <w@1wt.eu>
Tue, 17 Jun 2014 16:58:26 +0000 (18:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 17 Jun 2014 17:03:56 +0000 (19:03 +0200)
commitb8543928240a48339a70950a3fd51b98bccf93a8
treea61569c874fd2eefbaa9e701f242d8136d61260d
parent218f064f55b80b1d2677dee8da26de35faa992e6
BUG/MINOR: http: fix typos in previous patch

When I renamed the modify-header action to replace-value, one of them
was mistakenly set to "replace-val" instead. Additionally, differentiation
of the two actions must be done on args[0][8] and not *args[8]. Thanks
Thierry for spotting...
src/proto_http.c