Skip to content

Commit

Permalink
remove return value from .upgrade setter
Browse files Browse the repository at this point in the history
  • Loading branch information
slushie committed Apr 15, 2016
1 parent 3c295e5 commit 08284b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/node_http_parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,6 @@ class Parser : public AsyncWrap {

bool upgrade = value->BooleanValue();
parser->parser_.upgrade = upgrade;

args.GetReturnValue().Set(value->ToBoolean());
}

protected:
Expand Down

0 comments on commit 08284b3

Please sign in to comment.