summaryrefslogtreecommitdiffstats
path: root/gennghttpxfun.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-11 16:46:31 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-11 16:46:31 +0000
commite0d38508fc8b6bc3915b2235a85a068eacfb87bf (patch)
tree75de5a3a58d59b983ce82cde4f631a318cd6f13f /gennghttpxfun.py
parentReleasing progress-linux version 1.61.0-1~progress7.99u1. (diff)
downloadnghttp2-e0d38508fc8b6bc3915b2235a85a068eacfb87bf.tar.xz
nghttp2-e0d38508fc8b6bc3915b2235a85a068eacfb87bf.zip
Merging upstream version 1.62.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gennghttpxfun.py')
-rwxr-xr-xgennghttpxfun.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gennghttpxfun.py b/gennghttpxfun.py
index 80058e0..6cb6603 100755
--- a/gennghttpxfun.py
+++ b/gennghttpxfun.py
@@ -241,5 +241,5 @@ LOGVARS = [
]
if __name__ == '__main__':
- gentokenlookup(OPTIONS, 'SHRPX_OPTID_', value_type='char', comp_fun='util::strieq_l')
- gentokenlookup(LOGVARS, 'LogFragmentType::', value_type='char', comp_fun='util::strieq_l', return_type='LogFragmentType', fail_value='LogFragmentType::NONE')
+ gentokenlookup(OPTIONS, 'SHRPX_OPTID_', comp_fun='util::strieq')
+ gentokenlookup(LOGVARS, 'LogFragmentType::', comp_fun='util::strieq', return_type='LogFragmentType', fail_value='LogFragmentType::NONE')