DescriptionRename closing_* in WebSocketChannel to received_close_* and do some refactoring
- Variable renaming: they should be prefixed with received_ so that
reviewer can understand that they store values received from the
server
- HandleFrame() is just a part of ProcessFrame(). I want them to have
names from which we can see that
- Factor out the switch-clause in HandleFrame building a frame type
string as the method is very long
BUG=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=250983
Patch Set 1 #Patch Set 2 : #
Total comments: 3
Patch Set 3 : Addressed comments in #2 #Patch Set 4 : Rebase #Messages
Total messages: 11 (0 generated)
|