0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test
koichik 4cf931db17 http: improve compatibility of legacy API
In http1, legacy http.Client shares one connection with multiple requests.
But in http2, it uses concurrent connections.
With --use-http1, test/simple/test-http-legacy.js passes.
However, it fails without --use-http1 (use http2).

This improves compatibility of legacy http.Client API between http1 and http2.

Fixes #1530.
2011-08-17 00:19:55 +09:00
..
disabled test: refactored http test. 2011-08-16 23:59:57 +09:00
fixtures Revert "Make test-sync-fileread pass even when git cr/lf conversion is enabled" 2011-08-10 19:59:36 +02:00
internet process: add process.features, remove process.useUV 2011-07-23 23:16:48 +02:00
message Fix message tests 2011-07-16 14:12:00 +09:00
pummel test: refactored http test. 2011-08-16 23:59:57 +09:00
simple http: improve compatibility of legacy API 2011-08-17 00:19:55 +09:00
CMakeLists.txt cmake cleanup 2010-11-23 23:33:19 -06:00
common.js test: add typed arrays to known globals list 2011-08-13 23:51:31 +02:00