Skip to content

Commit df769a3

Browse files
committedSep 1, 2020
Pin brotli version
1 parent f87491f commit df769a3

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
@@ -7682,6 +7682,7 @@ assert HTTPResponse in pkts[2]
76827682
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>'
76837683

76847684
= HTTP decompression (brotli)
7685+
~ brotli
76857686

76867687
conf.debug_dissector = True
76877688
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)