Qt Extension: Qt HTTP Server
Go to file
Øystein Heskestad 00646c309e Fix memory leak in tst_QAbstractHttpServer::websocket()
Raw pointers to QWebSocket objects are used in the websocket test,
and they are deleted manually at the end of the test, but if the
test fails the QWebSocket objects are not deleted.

Use std::unique_ptr instead to ensure the that the QWebSocket
objects are always deleted.

Change-Id: I71c65698c17bd2a86ffca23f5a6e48874519f0b4
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2024-05-29 10:15:07 +02:00
LICENSES Use SPDX license identifiers 2022-06-22 17:35:22 +02:00
coin Change Axivion configuration 2023-10-04 09:04:50 +03:00
doc Rename the RESTful Color Palette Server example 2023-10-25 14:25:40 +02:00
examples Correct license for examples files 2024-03-15 14:35:13 +01:00
src QHttpServer: Add setHttp2Configuration() method to QAbstractHttpServer 2024-05-28 18:48:56 +02:00
tests Fix memory leak in tst_QAbstractHttpServer::websocket() 2024-05-29 10:15:07 +02:00
.cmake.conf Bump version to 6.8.0 2023-12-13 18:07:09 +02:00
.gitattributes Add missing .gitattributes and .tag files 2022-08-23 14:32:50 +03:00
.gitignore gitignore: add object_script.* 2020-05-06 19:44:18 +02:00
.tag Add missing .gitattributes and .tag files 2022-08-23 14:32:50 +03:00
CMakeLists.txt Add the use of the qt_internal_project_setup function 2023-05-10 18:51:00 +02:00
dependencies.yaml Update dependencies on 'dev' in qt/qthttpserver 2024-05-28 17:58:31 +00:00
licenseRule.json Add a licenseRule.json file for checking of SPDX license identifiers 2024-04-04 16:07:39 +01:00