Skip to content

Commit

Permalink
twitch
Browse files Browse the repository at this point in the history
  • Loading branch information
retrohacker committed Mar 8, 2019
1 parent 9f4969c commit 04ed069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server.js
Expand Up @@ -518,7 +518,7 @@ Server.prototype.pre = function pre() {
* @returns {Object} returns self
* @example
* sever.earliest(function(req, res) {
* if(server.inflightRequests > 100) {
* if(server._inflightRequests > 100) {
* res.statusCode = 503;
* res.end();
* return false
Expand Down

0 comments on commit 04ed069

Please sign in to comment.