about summary refs log tree commit homepage
path: root/t/t0002-parser-error.sh
DateCommit message (Collapse)
2014-12-21t/t0002-parser-error.sh: relax test for rack 1.6.0
This overly zealous test was broken by: rack commit be28c6a2ac152fe4adfbef71f3db9f4200df89e8 ("update HTTP status codes to IETF RFC 7231")
2011-05-05t0002-parser-error: fix race conditions
"wait" needs to be done in the outside shell because the subshell could still be exiting when we grep.
2011-05-04return 414 for URI length violations
There's an HTTP status code allocated for it in <http://www.iana.org/assignments/http-status-codes>, so return that instead of 400.
2010-11-18tests: add parser error test from Rainbows!
This will help ensure we trap our own errors properly in the future.