summaryrefslogtreecommitdiff
path: root/tests/auto
diff options
context:
space:
mode:
authorAleksey Lysenko <lysenkoalexmail@gmail.com>2016-12-14 10:39:29 +0200
committerAleksey Lysenko <lysenkoalexmail@gmail.com>2016-12-14 10:16:26 +0000
commita5c85e3250a10a8e23ce15f9a6811136f6bb23fd (patch)
tree0389f41a33e6dcaa7e2412872d5e1ebb65e52ddd /tests/auto
parentb2d610c0ea229e40910fc9aa1bc784d853cfeba8 (diff)
downloadqtwebsockets-a5c85e3250a10a8e23ce15f9a6811136f6bb23fd.tar.gz
Fixed QWebSocketServer::SslMode collision
Value of NonSecureMode enumerator depends on QT_NO_SSL. If Qt is built with QT_NO_SSL defined, NonSecureMode is equal to 0, otherwise it is equal to 1. It may lead to problem if user built app with libs where NonSecureMode = 0, but run it with libs where NonSecureMode = 1. [ChangeLog][QWebSocketServer] SslMode::NonSecure enumerator now always has the same value (1) regardless of SSL enabled or disabled. Task-number: QTBUG-56129 Change-Id: If17137eff4b19015697c827a985ef89dd95a5611 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'tests/auto')
0 files changed, 0 insertions, 0 deletions