Marcel Raad
e23c52b329
build: fix Codacy warnings
...
Reduce variable scopes and remove redundant variable stores.
Closes https://github.com/curl/curl/pull/3975
2019-06-05 20:38:06 +02:00
Daniel Gustafsson
0641086c2f
socksd: Fix typos
...
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
2019-04-14 22:06:40 +02:00
Daniel Gustafsson
31238d5fb7
socksd: Properly decorate static variables
...
Mark global variables static to avoid compiler warning in Clang when
using -Wmissing-variable-declarations.
Closes #3778
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
2019-04-14 22:06:09 +02:00
Daniel Stenberg
04fd67555c
socksd: new SOCKS 4+5 server for tests
...
Closes #3752
2019-04-13 11:21:35 +02:00