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-upgrade-client2.js @ 6f043940

History | View | Annotate | Download (2.57 KB)

# Date Author Comment
e8500274 06/12/2013 08:45 PM isaacs

Revert "http: remove bodyHead from 'upgrade' events"

This reverts commit a40133d10cdb911b27fe8d46d67a835b0103bbf1.

Unfortunately, this breaks socket.io. Even though it's not strictly an
API change, it is too subtle and in too brittle an area of node, to be...

a40133d1 05/24/2013 05:34 PM Nathan Zadoks

http: remove bodyHead from 'upgrade' events

Streams2 makes this unnecessary.
An empty buffer is provided for compatibility.

87286cc7 10/05/2011 09:51 PM Colton Baker

Fixed a lot of jslint errors.

Fixes #1831

8293bb8a 08/16/2011 10:59 AM koichik

test: refactored http test.

Many http tests had used legacy http.Client.
This refactored it to use modern API.

Fixes #1528.

48dcb905 08/02/2011 03:12 PM Mikeal Rogers

Update tests for http2.

55048cdf 03/14/2011 08:37 PM Ryan Dahl

Update copyright headers

d89454e5 01/20/2011 09:10 PM Ryan Dahl

Backport client 'upgrade' events

093dfaf8 12/05/2010 06:42 PM Oleg Efimov

GJSLint all tests, only 3 long lines left in test-url.js

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).

a0159b4b 12/04/2010 06:58 PM Ryan Dahl

Fix global leaks

3fceb491 11/29/2010 07:19 PM Ryan Dahl

Style

40f675b6 10/18/2010 06:05 PM Ryan Dahl

Fix race conditions in test-http-upgrade-client2

5535aa3d 09/23/2010 01:29 PM Fedor Indutny

Fixed 'upgrade' event for httpclient

onend and ondata was cleaning on parser end