nghttpx: Backend API call allows non-numeric host with dns parameter
This commit is contained in:
parent
38b5cad4e3
commit
77a324fa46
|
@ -1767,10 +1767,10 @@ The replacement is done instantly without breaking existing
|
||||||
connections or requests. It also avoids any process creation as is
|
connections or requests. It also avoids any process creation as is
|
||||||
the case with hot swapping with signals.
|
the case with hot swapping with signals.
|
||||||
|
|
||||||
The one limitation is that only numeric IP address is allowd in
|
The one limitation is that only numeric IP address is allowed in
|
||||||
:option:`backend <--backend>` in request body while non numeric
|
:option:`backend <--backend>` in request body unless "dns" parameter
|
||||||
hostname is allowed in command-line or configuration file is read
|
is missing while non numeric hostname is allowed in command-line or
|
||||||
using :option:`--conf`.
|
configuration file is read using :option:`--conf`.
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Reference in New Issue