Fix non-strict warning from AutoBahn
authorKurt Pattyn <pattyn.kurt@gmail.com>
Sun, 16 Feb 2014 11:24:41 +0000 (12:24 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sun, 16 Feb 2014 11:25:04 +0000 (12:25 +0100)
commit8cf5cb96a8f49b4a2fd816e10dab385463becb43
tree45faa6112497622b63f2b7c4b8ee3bfab7cff5a3
parent5b8172c5ae60a2247b1a390e7262e756115a1dc1
Fix non-strict warning from AutoBahn

When the reserved bits were set to 3, then the connection was aborted.
No a close message is sent before the connection is closed.

Change-Id: Iab365a4720c6588e5c6ac73813f63d26c3312265
Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
src/websockets/qwebsocketframe.cpp