Commit 54f640f3 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Update doc

parent e2906025
...@@ -2517,7 +2517,7 @@ int process_options(Config *config, ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment