mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
tidy-up: miscellaneous
- drop stray duplicate empty lines in docs, scripts, test data, include, examples, tests. - drop duplicate PP parenthesis. - curl-functions.m4: move literals to the right side in if expressions, to match rest of the source code. - FAQ.md: delete language designator from an URL. - packages: apply clang-format (OS400, VMS). - scripts/schemetable.c: apply clang-format. - data320: delete duplicate empty line that doesn't change the outcome. - spacecheck: extend to check for duplicate empty lines (with exceptions.) - fix whitespace nits Closes #19936
This commit is contained in:
parent
141ce4be64
commit
fe8393d7db
116 changed files with 674 additions and 1039 deletions
|
|
@ -827,7 +827,6 @@ chain.
|
|||
Details are also in [the SSL certificates
|
||||
document](https://curl.se/docs/sslcerts.html).
|
||||
|
||||
|
||||
## Why is curl -R on Windows one hour off?
|
||||
|
||||
Since curl 7.53.0 this issue should be fixed as long as curl was built with
|
||||
|
|
@ -891,7 +890,7 @@ the second. No more than three packets are sent, no matter how long the
|
|||
timeout is set.
|
||||
|
||||
See option `TcpMaxConnectRetransmissions` on [this
|
||||
page](https://support.microsoft.com/bg-bg/topic/hotfix-enables-the-configuration-of-the-tcp-maximum-syn-retransmission-amount-in-windows-7-or-windows-server-2008-r2-1b6f8352-2c5f-58bb-ead7-2cf021407c8e).
|
||||
page](https://support.microsoft.com/topic/hotfix-enables-the-configuration-of-the-tcp-maximum-syn-retransmission-amount-in-windows-7-or-windows-server-2008-r2-1b6f8352-2c5f-58bb-ead7-2cf021407c8e).
|
||||
|
||||
Also, even on non-Windows systems there may run a firewall or anti-virus
|
||||
software or similar that accepts the connection but does not actually do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue