Hi,
We are trying to upgrade to HAProxy version 2.1.10 and we see few compatibility issues .
- All headers are showing as small case: what is the solution if we need to show as it is ?
- Content-Type is missing from the header : what will be the fix ?
Regards,
SreeHari Ch
Don’t do that.
2.1 is an unmaintained branch, please use supported release branches:
HTTP header names are case insensitive as per the RFC. You your clients or server are not HTTP compliant, you need to use the h1-case-adjust feature.
I’m not aware of any such issues. You may want to elaborate.