This website requires JavaScript.
Explore
Help
Sign In
faye
/
websocket-driver-node
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bf39b7b44b671a4bf4e9c73df5a30378d01a6d7a
websocket-driver-node
/
lib
/
websocket
T
History
James Coglan
bf39b7b44b
Optimise some special cases in StreamReader; return a new Buffer from read() immediately if there's enough buffered data, and if the read can be fulfilled entirely from the first queued buffer than take a slice rather than copying into a new buffer.
2014-05-11 13:33:51 +01:00
..
driver
Optimise some special cases in StreamReader; return a new Buffer from read() immediately if there's enough buffered data, and if the read can be fulfilled entirely from the first queued buffer than take a slice rather than copying into a new buffer.
2014-05-11 13:33:51 +01:00
driver.js
Expose the isSecureRequest() method.
2013-05-17 11:47:56 +01:00
streams.js
Stream.end() should write() if given an empty stream.
2013-05-04 17:26:59 +01:00