summaryrefslogtreecommitdiff
path: root/test/scripts/4030-proxy-protocol/4030
AgeCommit message (Collapse)Author
2017-02-01bug-fix test-driving inputPhil Pennock
The client driver is a little restrictive in the escape sequences it handles; two octets here were missing the `x` after the `\`, so `\05` is two octets, a 0 and then a 5, where `\x05` would be one octet. So we were sending two more octets than expected, not catching that Exim was parsing the wrong IP/port at the end, and now that Exim only reads as much of the proxy protocol header as belongs in it, instead of "up to the largest it could be", this test-bug has been exposed.
2017-01-02PROXY: fix v2 protocol decode. Bugs 2003, 1747Jeremy Harris