diff --git a/test/mjsunit/test-reconnecting-socket.js b/test/mjsunit/test-tcp-reconnect.js similarity index 100% rename from test/mjsunit/test-reconnecting-socket.js rename to test/mjsunit/test-tcp-reconnect.js diff --git a/website/api.txt b/website/api.txt index c0add09806..2849ef2d3b 100644 --- a/website/api.txt +++ b/website/api.txt @@ -88,10 +88,6 @@ but this is something that fits well into the current design. == API -Callbacks are object members which are prefixed with -+on+. All methods and members are camel cased. Constructors -always have a capital first letter. - Node supports 3 byte-string encodings: ASCII (+"ascii"+), UTF-8 (+"utf8"+), and raw binary (+"raw"+). It uses strings to represent ASCII and UTF-8 encoded data. For the moment, arrays of integers are used to represent raw