docs: minor wording tweaks

found when improving the badwords whitelisting logic
This commit is contained in:
Daniel Stenberg 2026-03-10 18:05:34 +01:00
parent 2e52a57107
commit 1a4d392046
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ original hostname and port number.
A hostname specified to this option is compared as a string, so it needs to
match the name used in the request URL. It can be either numerical such as
`127.0.0.1` or the full host name such as `example.org`.
`127.0.0.1` or the full hostname such as `example.org`.
Example: redirect connects from the example.com hostname to 127.0.0.1
independently of port number:

View file

@ -274,7 +274,7 @@ the HTTP server overrides the part number response returned for a subsequent
request made by the same test to `previous part number + 1`. For example, if a
test makes a request which causes the server to return `<data>` that contains
keyword `swsbounce` then for the next response it ignores the requested part
number and instead returns `<data1>`. And if `<data1>` contains keyword
number and instead returns `<data1>`. If `<data1>` contains keyword
`swsbounce` then the next response is `<data2>` and so on. This is useful for
auth tests and similar.