about summary refs log tree commit homepage
path: root/t/t0019-max_header_len.sh
DateCommit message (Collapse)
2013-02-04tests: "wc -c" portability for *BSDs
On FreeBSD 9.0, "wc -c" emits leading whitespace, so filter it through tr -d '[:space:]' to eliminate it. This is commit 8a6117a22a7d01eeb5adc63d3152acf435cd3176 in rainbows.git
2012-04-17tests: set executable bit on integration shell scripts
These should be made executable for ease-of-understanding and consistency, regardless of whether we actually execute them.
2011-05-05http_parser: add max_header_len accessor
Rainbows! wants to be able to lower this eventually...