Apply suggestions from code review

Co-authored-by: VZ <vz-github@zeitlins.org>
This commit is contained in:
Tobias Taschner
2021-01-19 19:42:55 +01:00
parent d66b70f224
commit 457b213315
5 changed files with 6 additions and 7 deletions

View File

@@ -12,8 +12,8 @@
wxHTTP can thus be used to create a (basic) HTTP @b client.
@note If you want HTTPS, IPv6, Proxy detection, authentication, etc.
support consider using wxWebRequest instead.
@note In practice, for any but the most trivial cases, e.g. if you need HTTPS, HTTP/2 or IPv6,
proxy detection, authentication, etc. support please use wxWebRequest instead.
@library{wxnet}
@category{net}
@@ -176,4 +176,3 @@ public:
const wxString& data,
const wxMBConv& conv = wxConvUTF8);
};

View File

@@ -414,7 +414,7 @@ public:
@see DisablePeerVerify()
*/
bool IsPeerVerifyDisabled();
bool IsPeerVerifyDisabled() const;
///@}
/** @name Progress methods