qt5base-lts/src
Mårten Nordheim 2fe80ed203 QSslSocket: Call transmit when encrypted on WinRT
Once connection is established the socket emits 'connected', and then
you can start writing. But it will end up in the write-buffer and won't
get sent until 'transmit' is called. Some code (e.g. QWebSocket) relies
on QSslSocket transmitting once it's encrypted. This is done in the
OpenSSL backend but was not done in the WinRT backend.

Task-number: QTBUG-56558
Change-Id: I8cf5d3257f3597a4bb80f35369490a3816506a34
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
2018-04-21 12:16:16 +00:00
..
3rdparty Update bundled sqlite to 3.23.1 2018-04-12 12:21:43 +00:00
android Remove unused variable 2018-03-05 08:49:36 +00:00
angle ANGLE: Remove workaround for files having the same name (Debug.h/.cpp) 2018-02-06 06:17:39 +00:00
concurrent Doc: Update QtConcurrent::mapped example snippet 2018-04-19 15:33:31 +00:00
corelib QByteArray: Use nullptr for "Safe and portable C string functions" 2018-04-21 06:07:31 +00:00
dbus DBus: merge calls to set_source_files_properties() in CMake functions 2018-03-23 16:38:56 +00:00
gui QStyleHints: emit correct signal when calling setMouseQuickSelectionThreshold 2018-04-13 06:33:35 +00:00
network QSslSocket: Call transmit when encrypted on WinRT 2018-04-21 12:16:16 +00:00
opengl Merge remote-tracking branch 'origin/5.10' into 5.11 2018-02-15 10:14:11 +01:00
openglextensions Replace Q_DECL_FINAL with final 2017-09-22 07:30:01 +00:00
platformheaders eglfs_kms_vsp2: Add support for setting layer alpha 2018-02-05 13:12:01 +00:00
platformsupport QCoreTextFontEngine: Fix build with Xcode 9.3 2018-03-30 19:17:46 +00:00
plugins Windows QPA: Fix ambiguous shortcut overload warnings for ALT-keys 2018-04-20 21:37:39 +00:00
printsupport Merge remote-tracking branch 'origin/5.9' into 5.11 2018-02-14 12:51:24 +01:00
sql QSqlDatabase: Skip confusing thread warning on invalid QSqlDatabase 2018-04-06 07:18:03 +00:00
testlib Fix win32-clang-msvc build due to -Werror,-Wunused-private-field 2018-03-23 15:16:01 +00:00
tools rcc: prune dead wildcard matching code 2018-03-29 18:16:50 +00:00
widgets QTabWidget: clarify ownership after insertTab() and addTab() 2018-04-20 10:40:37 +00:00
winmain Merge remote-tracking branch 'origin/5.10' into dev 2018-01-11 18:10:41 +01:00
xml QDomNode::replaceChild(): Fix documentation typo 2018-03-16 06:34:13 +00:00
src.pro Merge remote-tracking branch 'origin/5.9' into 5.11 2018-02-14 12:51:24 +01:00