Skip to content

Commit

Permalink
Update uWS
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Jan 14, 2020
1 parent cb992da commit 3876bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/response.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Response extends Writable {
}

cork (callback) {
this.response.experimental_cork(callback)
this.response.cork(callback)
}

status (code) {
Expand Down

0 comments on commit 3876bcb

Please sign in to comment.