Merge pull request #92 from blindmatrix/master

Removed extra comma in header (and more stuff)
This commit is contained in:
Peter Thorson
2012-03-15 05:36:08 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ namespace websocketpp {
CONTROL_RSVC = 0xC,
CONTROL_RSVD = 0xD,
CONTROL_RSVE = 0xE,
CONTROL_RSVF = 0xF,
CONTROL_RSVF = 0xF
};
inline bool reserved(value v) {

View File

@@ -397,7 +397,7 @@ public:
}
void reset() {
m_state = m_state = hybi_state::READ_HEADER;
m_state = hybi_state::READ_HEADER;
m_header.reset();
}