mirror of
https://github.com/curl/curl.git
synced 2026-08-26 22:34:45 +03:00
tidy-up: miscellaneous
- drop more uses of the word "just". (not enforced here) - drop some uses of the "will" word. - "then" -> "than". - tests/http/testenv/curl.py: fix copy-paste typo in error message. - pytest: replace `shutdownh` with `shutdown` in test names. Spotted by GitHub Code Quality. - comment typos. - whitespace and newlines fixes. Closes #21830
This commit is contained in:
parent
032b15c434
commit
d229055549
116 changed files with 184 additions and 185 deletions
|
|
@ -31,7 +31,7 @@ HTTP PUT from a file but enforce chunked transfer-encoding
|
|||
-T %LOGDIR/file%TESTNUMBER -H "Transfer-Encoding: chunked" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
</command>
|
||||
<file name="%LOGDIR/file%TESTNUMBER">
|
||||
just some tiny teeny contents
|
||||
some tiny teeny test contents
|
||||
</file>
|
||||
</client>
|
||||
|
||||
|
|
@ -45,7 +45,7 @@ Accept: */*%CR
|
|||
Transfer-Encoding: chunked%CR
|
||||
%CR
|
||||
1e%CR
|
||||
just some tiny teeny contents
|
||||
some tiny teeny test contents
|
||||
%CR
|
||||
0%CR
|
||||
%CR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue