Add comment explaining WX_TEST_WEBREQUEST_URL_SELF_SIGNED

Give an example URL it can be set to for testing.
This commit is contained in:
Vadim Zeitlin
2024-08-16 18:19:06 +02:00
parent a4af5278f4
commit 1be06280b2
+5
View File
@@ -36,6 +36,11 @@
// test entirely.
static const char* WX_TEST_WEBREQUEST_URL_DEFAULT = "https://nghttp2.org/httpbin";
// Note: WX_TEST_WEBREQUEST_URL_SELF_SIGNED is another environment variable
// used by this test to test SSL connections to a self-signed server. It can be
// set to https://self-signed.badssl.com/ or any other self-signed server to
// enable the corresponding tests.
class RequestFixture : public wxTimer
{
public: