mirror of
https://github.com/curl/curl.git
synced 2026-08-25 09:53:32 +03:00
badwords: fix issues found in tests
There remain some false positives, hits in test data, and `dir` use, around 100 issues in total. There is no plan to enforce badwords on tests. Also: - badwords.txt: let a few `manpage[s]` occurrences through (in Perl code). Closes #19541
This commit is contained in:
parent
f0de14168a
commit
a87383828e
247 changed files with 594 additions and 595 deletions
|
|
@ -13,8 +13,8 @@ HTTP/1.0 401 BAD BOY
|
|||
Server: swsclose
|
||||
Content-Type: text/html
|
||||
|
||||
This contains a response code >= 400, so curl shouldn't display this. Even
|
||||
though it's a response code that triggers authentication, we're not using
|
||||
This contains a response code >= 400, so curl should not display this. Even
|
||||
though it is a response code that triggers authentication, we are not using
|
||||
authentication so we should still fail.
|
||||
</data>
|
||||
</reply>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue