The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-http-max-headers-count.js @ 6f043940

History | View | Annotate | Download (2.7 KB)

# Date Author Comment
327b6e3e 03/10/2013 02:08 PM isaacs

stream: Don't emit 'end' unless read() called

This solves the problem of calling `readable.pipe(writable)` after the
readable stream has already emitted 'end', as often is the case when
writing simple HTTP proxies.

The spirit of streams2 is that things will work properly, even if you...

0cdf85e2 02/18/2012 06:34 PM isaacs

Lint all the JavaScripts.

1e425e3f 02/15/2012 03:35 PM Mark Nottingham

Generate Date headers on responses when not already present.

f1678bfc 01/16/2012 05:36 AM Fedor Indutny

http: do not accept headers if limit is exceeded

  • fix limiting when parser was reused
  • fix maxHeadersCount = 0 is ignored ( credit to @koichik )
  • add test-http-max-headers-count.js ( credit to @koichik )