]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: config: Remove parsing of req* and rsp* directives
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 17 Jul 2019 13:13:28 +0000 (15:13 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 07:24:12 +0000 (09:24 +0200)
commita6a56e64836da30a7721be041f945617ece9099a
treeb676c9766cab19161f916a0781bb7d24bde42937
parent159e6672560acc2e1dd73088b3c3773bbf2c5646
MEDIUM: config: Remove parsing of req* and rsp* directives

It was announced for the 2.1. Following keywords are now unsupported:

  * reqadd, reqallow, reqiallow, reqdel, reqidel, reqdeny, reqideny, reqpass,
    reqipass, reqrep, reqirep reqtarpit, reqitarpit

  * rspadd, rspdel, rspidel, rspdeny, rspideny, rsprep, rspirep

a fatal error is emitted if one of these keyword is found during the
configuraion parsing.
include/types/global.h
src/cfgparse-listen.c