Skip to content

Commit

Permalink
Merge pull request #226 from rektide/doc-push-no-ack
Browse files Browse the repository at this point in the history
Docs: PUSH_PROMISE no longer has 'acknowledge'.
  • Loading branch information
indutny committed Sep 29, 2015
2 parents 8d837c1 + a267352 commit 0da86d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ spdy.createServer(options, function(req, res) {
'content-type': 'application/javascript'
}
});
stream.on('acknowledge', function() {
});
stream.on('error', function() {
});
stream.end('alert("hello from push stream!");');
Expand Down

0 comments on commit 0da86d2

Please sign in to comment.