node/doc
isaacs d258fb0212 http: More useful setTimeout API on server
This adds the following to HTTP:

* server.setTimeout(msecs, callback)
  Sets all new connections to time out after the specified time, at
  which point it emits 'timeout' on the server, passing the socket as an
  argument.
  In this way, timeouts can be handled in one place consistently.
* req.setTimeout(), res.setTimeout()
  Essentially an alias to req/res.socket.setTimeout(), but without
  having to delve into a "buried" object.  Adds a listener on the
  req/res object, but not on the socket.
* server.timeout
  Number of milliseconds before incoming connections time out.
  (Default=1000*60*2, as before.)

Furthermore, if the user sets up their own timeout listener on either
the server, the request, or the response, then the default behavior
(destroying the socket) is suppressed.

Fix #3460
2013-03-06 12:43:48 -08:00
..
about doc: move ul styling to pipe.css 2012-08-23 17:54:23 +02:00
api http: More useful setTimeout API on server 2013-03-06 12:43:48 -08:00
api_assets Colorize API stabilitity index headers in docs 2012-12-27 18:38:56 -08:00
blog link to LevelUP modules wiki page, not level-hooks 2013-03-03 22:12:53 -08:00
community doc: add Google+ French community 2012-12-17 17:21:35 +01:00
download Fix dropped html tag 2012-11-30 18:14:26 -08:00
images website: Sharpen and clean up download page more 2012-08-15 15:52:57 -07:00
logos doc: move ul styling to pipe.css 2012-08-23 17:54:23 +02:00
blog.html website: download page 2012-08-15 09:09:23 -07:00
changelog-foot.html website: download page 2012-08-15 09:09:23 -07:00
changelog-head.html website: download page 2012-08-15 09:09:23 -07:00
cla.html doc: Make the CLA more simple/sane 2012-09-27 13:25:55 -07:00
favicon.ico docs: fix favicon 2011-11-27 21:52:27 +01:00
full-white-stripe.jpg Use .jpg instead of .bmp for .msi 2012-01-10 14:26:22 -08:00
index.html doc: update instructions on home page 2013-02-28 16:30:46 +01:00
mac_osx_nodejs_installer_logo.png Improve OSX installer 2011-11-10 18:41:44 -08:00
node.1 node: Add --throw-deprecation 2013-03-06 11:44:29 -08:00
pipe.css doc: more uniform and sleek buttons 2012-08-24 15:47:53 +02:00
robots.txt robots.txt 2012-02-14 14:34:43 -08:00
rss.xml blog: Generate RSS feeds 2012-06-22 08:49:20 -07:00
sh.css doc: use somewhat consistent styling for css assets 2012-08-23 17:54:12 +02:00
sh_javascript.min.js Man page generation. 2009-09-10 13:40:38 +02:00
sh_main.js Syntax highlighting for <tt> elements. 2009-09-23 16:58:28 +02:00
sh_vim-dark.css doc: use somewhat consistent styling for css assets 2012-08-23 17:54:12 +02:00
template.html website: download page 2012-08-15 09:09:23 -07:00
thin-white-stripe.jpg Use .jpg instead of .bmp for .msi 2012-01-10 14:26:22 -08:00
trademark-policy.pdf logo update 2011-07-11 08:30:37 -07:00
v0.4_announcement.html s/NPM/npm/ 2011-12-05 16:20:44 -08:00