Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / connect / lib / middleware / timeout.js
1 /*!
2  * Connect - timeout
3  * Ported from https://github.com/LearnBoost/connect-timeout
4  * MIT Licensed
5  */
6
7 /**
8  * Timeout:
9  *
10  * See [connect-timeout](https://github.com/expressjs/timeout)
11  *
12  * @param {Number} ms
13  * @return {Function}
14  * @api public
15  */
16
17 module.exports = require('connect-timeout');