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-net-connect-buffer.js @ 6f043940

History | View | Annotate | Download (3.38 KB)

# Date Author Comment
695abba5 12/14/2012 01:52 PM isaacs

test: Fix many tests for streams2 net refactor

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

Lint all the JavaScripts.

48650639 01/17/2012 01:45 PM Andreas Madsen

Tests: fix jslint issues

f0c1376e 01/13/2012 08:13 PM Ben Noordhuis

net: make .write() throw on bad input

Passing a non-buffer or non-string argument to Socket.prototype.write triggered
an assert:

Assertion failed: (Buffer::HasInstance(args[0])), function Write,
file ../src/stream_wrap.cc, line 289.

Fixes #2532.

6df574b7 10/14/2011 09:24 PM Ben Noordhuis

net: properly account multi-byte chars in .bytesWritten

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

Fixed a lot of jslint errors.

Fixes #1831

69d20f53 07/02/2011 03:18 AM Ryan Dahl

use_uv: Correct readyState on connecting

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

Update copyright headers

632da2a3 12/15/2010 06:57 PM Ryan Dahl

Add callback paramenter to socket.connect()

c4161f32 12/15/2010 06:47 PM Ryan Dahl

Add callback to socket.write()

0ce9cbab 12/05/2010 12:28 PM Oleg Efimov

GJSLint continue

73b29d79 10/13/2010 05:37 AM Joshua Peek

Don't flush net writeQueue on end() if its still connecting