Commit 326ac31a authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Update doc

parent a2c78cfc
......@@ -324,6 +324,7 @@ int parse_int(T *dest, const char *opt, const char *optarg) {
}
namespace {
// generated by gennghttpxfun.py
LogFragmentType log_var_lookup_token(const char *name, size_t namelen) {
switch (namelen) {
case 3:
......@@ -588,6 +589,7 @@ void parse_mapping(const DownstreamAddr &addr, const char *src) {
}
} // namespace
// generated by gennghttpxfun.py
enum {
SHRPX_OPTID_ACCESSLOG_FILE,
SHRPX_OPTID_ACCESSLOG_FORMAT,
......@@ -682,6 +684,7 @@ enum {
};
namespace {
// generated by gennghttpxfun.py
int option_lookup_token(const char *name, size_t namelen) {
switch (namelen) {
case 4:
......
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