Matthew Aynalem
|
c171c490f2
|
fixes #6031 spelling errors
explictly => explicitly
accesss => access
througput => throughput
epxression => expression
communiction => communication
becuase => because
repersent => represent
condonitions => conditions
decompresion => decompression
intentially => intentionally
eventes => events
listning => listening
resicved => received
becuase => because
fundimental => fundamental
colapse => collapse
privlages => privileges
sufficently => sufficiently
hapepns => happens
expliclitly => explicitly
thier => their
shold => should
|
12 years ago |
Fedor Indutny
|
0c72936641
|
test: fix timing sensitive tests
|
12 years ago |
Eugene Girshov
|
25ba971f41
|
http: fix multiple timeout events
Fixed up slightly by @isaacs so as not to miss 'timeout' events in some
cases.
|
12 years ago |
Ben Noordhuis
|
e02af94947
|
test: add failing HTTP client timeout test
See #3231.
|
13 years ago |
Andreas Madsen
|
4865063924
|
Tests: fix jslint issues
|
13 years ago |
Ben Noordhuis
|
359a65a6db
|
http: emit Error object after .abort()
It was emitting the net.Socket object due to misuse of the arguments object.
Fixes #1399.
|
13 years ago |
Ryan Dahl
|
850609ea2d
|
Remove separation of libuv tests
|
13 years ago |
Ryan Dahl
|
4e1d6fca8e
|
Mark tests which are broken in libuv
|
14 years ago |
koichik
|
8caf7fdb05
|
Add tests for #1085 and #1304
Fixes #1327.
|
14 years ago |
Ryan Dahl
|
55048cdf79
|
Update copyright headers
|
14 years ago |
Oleg Efimov
|
0665f0271e
|
GJSLint all simple tests exclude http-*, url, path
|
14 years ago |
Oleg Efimov
|
0ce9cbab29
|
GJSLint continue
|
14 years ago |
Ryan Dahl
|
a0159b4b29
|
Fix global leaks
|
14 years ago |
Oleg Efimov
|
c0d69a4883
|
GJSLint part of tests
|
14 years ago |
Ryan Dahl
|
17f3ffa633
|
Call Tick() after coming out of select()
Previously we would only call it before going into select(). This is needed
to fix test/simple/test-next-tick-ordering2.js.
|
15 years ago |
Felix Geisendörfer
|
cf4b5fc52a
|
Test case showing a bug in nextTick ordering
nextTick should fire before setTimeout in this test, but it doesn't.
|
15 years ago |