summaryrefslogtreecommitdiff
path: root/test/simple/test-http-exceptions.js
Commit message (Collapse)AuthorAgeFilesLines
* test: refactored http test.koichik2011-08-161-2/+1
| | | | | | | Many http tests had used legacy http.Client. This refactored it to use modern API. Fixes #1528.
* Update copyright headersRyan Dahl2011-03-141-0/+21
|
* GJSLint all tests, only 3 long lines left in test-url.jsOleg Efimov2010-12-051-9/+9
| | | | | | test/simple/test-url.js:31:(0110) Line too long (82 characters). test/simple/test-url.js:39:(0110) Line too long (85 characters). test/simple/test-url.js:40:(0110) Line too long (92 characters).
* Fix global leaksRyan Dahl2010-12-041-2/+2
|
* Fix global leaksRyan Dahl2010-12-041-3/+3
|
* Remove race conditions and simplify test-http-exceptions.jsRyan Dahl2010-07-151-57/+13
|
* Update tests to work with module contextsRyan Dahl2010-07-151-3/+4
|
* :%s/sys.puts/console.log/gRyan Dahl2010-06-231-2/+2
| | | | and there was much rejoicing
* Don't encourage strange ideas about req race conditionsRyan Dahl2010-06-201-1/+1
|
* Fix race condition in test-http-exceptions.jsRyan Dahl2010-06-191-11/+13
|
* Add test for exceptions in HTTP parser event handlers.Matt Ranney2010-05-141-0/+68