Skip to content

Commit

Permalink
fixes issue #18 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
noeltimothy authored Oct 24, 2023
1 parent d441235 commit 5549ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ja4h.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5549ed5

Please sign in to comment.