mirror of
https://github.com/curl/curl.git
synced 2026-08-03 23:10:35 +03:00
tidy-up: miscellaneous
- GHA/windows: drop redundant double-quotes. - CMake/PickyWarnings: improve/shorten comment. - INTERNALS: fix typo in LibreSSL release date. - drop redundant parentheses from single variables and sole `#if` expressions. - cf-ip-happy: fix missing space from error string. - telnet: fix parentheses in commented PP code. - lib1922: fix typo test output text. - smbserver: unfold lines. - smbserver: use f-string. - smbserver: initialize binary string as b``. - fix typos in comments. Closes #21972
This commit is contained in:
parent
04a85a1d38
commit
2a606c68fa
16 changed files with 29 additions and 32 deletions
|
|
@ -78,7 +78,7 @@ Proxy-Connection: Keep-Alive
|
|||
|
||||
</proxy>
|
||||
<stdout>
|
||||
First request: HTTPS cache populated
|
||||
First request: HSTS cache populated
|
||||
Dup effective URL: https://hsts.example.com/%TESTNUMBER
|
||||
</stdout>
|
||||
# CURLE_COULDNT_CONNECT (7) is intentional: The proxy rejects the CONNECT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue