Skip to content

Commit

Permalink
Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jan 22, 2012
1 parent 733cfdf commit af2076e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions distribute.js
Expand Up @@ -230,6 +230,8 @@ Distributor.prototype.defaultHTTPError = function (err, req, res, next) {

/**
* Default ws handler middleware
*
* @api upgrade
*/

Distributor.prototype.defaultWS = function (err, req, socket, head) {
Expand All @@ -239,6 +241,8 @@ Distributor.prototype.defaultWS = function (err, req, socket, head) {

/**
* Default ws error handler middleware
*
* @api upgrade
*/

Distributor.prototype.defaultWSError = function (err, req, socket, head) {
Expand Down

0 comments on commit af2076e

Please sign in to comment.