mirror of
https://github.com/curl/curl.git
synced 2026-04-14 18:11:40 +03:00
docs: minor wording tweaks
found when improving the badwords whitelisting logic
This commit is contained in:
parent
2e52a57107
commit
1a4d392046
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue