mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
spacecheck and spellcheck fixes, void sometimes unused param
This commit is contained in:
parent
306e507094
commit
162200fd97
4 changed files with 3 additions and 3 deletions
|
|
@ -101,4 +101,3 @@ class TestSocks:
|
|||
for i in range(count):
|
||||
respdata = open(curl.response_file(i)).readlines()
|
||||
assert respdata == indata
|
||||
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@ class Dante:
|
|||
'socksmethod: none',
|
||||
'client pass {',
|
||||
' from: 127.0.0.0/24 to: 0.0.0.0/0',
|
||||
' log: error',
|
||||
' log: error',
|
||||
'}',
|
||||
'socks pass {',
|
||||
' from: 0.0.0.0/0 to: 0.0.0.0/0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue