I have: reqidel ^Cookie or reqidel ^Cookie: or reqidel ^Cookie:\ or reqidel ^Cookie:.*
in one backend but the requests are arriving at the servers in that backend with Cookie headers.
I tried the follow: * I recompiled with and without PCRE * changed the reqidel lines with and without "^", ":\ ", etc * checked for stray weird characters with "od -c" I can't figure out why it is not working - should it work? Platform is Linux x86_64

