Files
cors-anywhere/test
Rob Wu 2579fb6c0d test-memory: fix test by passing --max-http-header-size
The test broke because Node lowered the maximum header size to defend
against large headers ( CVE-2018-12121 ).

In the test, we do actually want to pass large headers, because all
processing in CORS Anywhere is based on headers (the request body would
just be forwarded to the destination server).

The test failed intermittently with ECONNRESET or "socket hang up"
because the server (under test) would close the socket upon receiving
a request with too large request headers.
2020-05-02 19:20:08 +02:00
..
2015-05-09 11:23:27 +02:00
2015-05-05 22:37:20 +02:00
2020-05-02 19:19:35 +02:00