commit | c51ab1223baa573bd74182b6679e89e4e205fa11 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Sep 26 16:14:49 2011 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Sep 26 16:14:49 2011 |
tree | e8de30be404926893a5e36d035f5ee792fa50a1a | |
parent | a89e09411e25b190474b01305fb6e562cd2361ba [diff] [blame] |
DevTools: web socket does not expect frames other than text. BUG=97974 TEST=none Review URL: http://codereview.chromium.org/8043023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102736 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/net/server/web_socket.h b/net/server/web_socket.h index baed07c..66ad789 100644 --- a/net/server/web_socket.h +++ b/net/server/web_socket.h
@@ -21,6 +21,7 @@ enum ParseResult { FRAME_OK, FRAME_INCOMPLETE, + FRAME_CLOSE, FRAME_ERROR };