0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00
openvpn3/openvpn/ws
Arne Schwabe 99dbc6848b
Fix adding int to a string
Compiler warning:

openvpn/ws/httpcommon.hpp:157:135: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
2020-01-09 12:24:16 +02:00
..
chunked.hpp copyright: updated to 2017 2020-01-09 12:23:33 +02:00
httpcli.hpp WS::Client: don't use AsyncResolvableTCP unless USE_ASYNC_RESOLVE is defined 2020-01-09 12:23:53 +02:00
httpcliset.hpp HTTP: before logging, pass HTTP headers through HTTP::headers_redact() 2020-01-09 12:24:08 +02:00
httpcommon.hpp Fix adding int to a string 2020-01-09 12:24:16 +02:00