Add optimizations
authorKurt Pattyn <pattyn.kurt@gmail.com>
Sun, 22 Dec 2013 17:24:21 +0000 (18:24 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 23 Dec 2013 18:26:09 +0000 (19:26 +0100)
commit23ccec8ce246634799b06f55b85478b3fbbb356d
tree7144ceb793362636931c4d26f9cc5f1561672fda
parent19d8d19af44b9075f745790380c3fe663d8e7fd0
Add optimizations

Change-Id: Icd293f832e2d7a6272d4953c1994065d16222375
Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
20 files changed:
src/imports/qmlwebsockets/qmlwebsockets_plugin.cpp
src/imports/qmlwebsockets/qqmlwebsocket.cpp
src/imports/qmlwebsockets/qqmlwebsocket.h
src/websockets/qsslserver_p.cpp
src/websockets/qwebsocket.h
src/websockets/qwebsocket_p.cpp
src/websockets/qwebsocket_p.h
src/websockets/qwebsocketcorsauthenticator.cpp
src/websockets/qwebsocketdataprocessor_p.cpp
src/websockets/qwebsocketframe_p.cpp
src/websockets/qwebsockethandshakerequest_p.cpp
src/websockets/qwebsockethandshakeresponse_p.cpp
src/websockets/qwebsocketprotocol_p.cpp
src/websockets/qwebsocketserver.cpp
src/websockets/qwebsocketserver_p.cpp
tests/auto/dataprocessor/tst_dataprocessor.cpp
tests/auto/handshakerequest/tst_handshakerequest.cpp
tests/auto/websocketframe/tst_websocketframe.cpp
tests/auto/websocketprotocol/tst_websocketprotocol.cpp
tests/manual/compliance/tst_compliance.cpp