Parcourir la source

Updating proxy server support note for c++ header

web2098 il y a 2 ans
Parent
commit
6995345097
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      include/rtc/websocket.hpp

+ 1 - 1
include/rtc/websocket.hpp

@@ -34,7 +34,7 @@ public:
 
 	struct Configuration {
 		bool disableTlsVerification = false; // if true, don't verify the TLS certificate
-		optional<ProxyServer> proxyServer;
+		optional<ProxyServer> proxyServer;   // only non-authenticated http supported for now
 		std::vector<string> protocols;
 		optional<std::chrono::milliseconds> pingInterval; // zero to disable
 		optional<int> maxOutstandingPings;