about summary refs log tree commit homepage
path: root/t/t0002-parser-error.sh
DateCommit message (Collapse)
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.