From 5549ed5261fa3afe7e08f34faa4c8ecb99832cce Mon Sep 17 00:00:00 2001 From: Timothy Noel Date: Tue, 24 Oct 2023 09:21:00 -0400 Subject: [PATCH] fixes issue #18 (#19) --- python/ja4h.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ja4h.py b/python/ja4h.py index 6b3ae41..709ec81 100644 --- a/python/ja4h.py +++ b/python/ja4h.py @@ -26,7 +26,7 @@ def to_ja4h(x, debug_stream=-1): raw_headers = x['headers'][:] - x['headers'] = [ '-'.join([ y.capitalize() for y in h.split('-')]) for h in x['headers'] ] + #x['headers'] = [ '-'.join([ y.capitalize() for y in h.split('-')]) for h in x['headers'] ] header_len = '{:02d}'.format(len(x['headers'])) if 'cookies' in x: