[Pkg-javascript-commits] [node-connect-timeout] 01/02: Rephrase description

Jérémy Lal kapouer at moszumanska.debian.org
Wed Jun 18 22:13:44 UTC 2014


This is an automated email from the git hooks/post-receive script.

kapouer pushed a commit to branch master
in repository node-connect-timeout.

commit 83e39b22c032afa51a2ab2ef3e16fed4e6eaa177
Author: Jérémy Lal <kapouer at melix.org>
Date:   Thu Jun 19 00:03:17 2014 +0200

    Rephrase description
---
 debian/control | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 1392478..3c41f73 100644
--- a/debian/control
+++ b/debian/control
@@ -23,11 +23,11 @@ Depends:
  ${misc:Depends}
  , nodejs
  , node-debug
-Description: set a timeout for HTTP requests - Node.js module
- This package provides a middleware able to specify a timeout
- value (default 5000 milliseconds) for HTTP requests.
+Description: connect middleware for timing out HTTP requests - Node.js module
+ This module allows one to set a timeout (default 5000 milliseconds) for
+ HTTP requests. A new timeout event is added to the HTTP request instance
+ and triggered when the request expires.
  .
- A new event timeout is added to the HTTP request and triggered
- when the request expires.
+ Connect is an extensible HTTP server framework.
  .
  Node.js is an event-based server-side JavaScript engine.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-connect-timeout.git



More information about the Pkg-javascript-commits mailing list