Skip to content

Commit 95ba5b8

Browse files
authored
Merge pull request #2790 from gpotter2/brotli-a
Pin brotli version
2 parents a786307 + df769a3 commit 95ba5b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/regression.uts

+1
Original file line numberDiff line numberDiff line change
@@ -7688,6 +7688,7 @@ assert HTTPResponse in pkts[2]
76887688
assert pkts[2].load == b'<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><title></title></head><body style="background-color: transparent"><img src=\'https://pixel.mathtag.com/event/img?mt_id=151466&mt_adid=106144&v1=&v2=&v3=&s1=&s2=&s3=&ord=2047279765\' width=\'1\' height=\'1\' /><img src="https://adservice.google.com/ddm/fls/z/src=3656617;type=hpvisit;cat=homep198;u2=;u6=;u5=;u4=;u3=;u9=;u10=;u7=;u13=;u14=;u11=;u17=;u18=unknown;u20=;ord=1956603866265.9536"/></body></html>'
76897689

76907690
= HTTP decompression (brotli)
7691+
~ brotli
76917692

76927693
conf.debug_dissector = True
76937694
load_layer("http")

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ deps = mock
2222
cryptography
2323
coverage
2424
python-can
25-
brotli
25+
brotli<1.0.8
2626
platform =
2727
linux_non_root,linux_root: linux
2828
bsd_non_root,bsd_root: darwin|freebsd|openbsd|netbsd

0 commit comments

Comments
 (0)