nghttpx: Update doc
This commit is contained in:
parent
e2906025c8
commit
54f640f3e1
|
@ -2517,7 +2517,7 @@ int process_options(Config *config,
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
// Closes file descriptor which are opened for listeners in config,
|
// Closes file descriptor which are opened for listeners in config,
|
||||||
// and which are not inherited from |iaddrs|.
|
// and are not inherited from |iaddrs|.
|
||||||
void close_not_inherited_fd(Config *config,
|
void close_not_inherited_fd(Config *config,
|
||||||
const std::vector<InheritedAddr> &iaddrs) {
|
const std::vector<InheritedAddr> &iaddrs) {
|
||||||
auto &listenerconf = config->conn.listener;
|
auto &listenerconf = config->conn.listener;
|
||||||
|
|
Loading…
Reference in New Issue