mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-23 16:00:07 +00:00
hpackcheck.py: Remove sorting to check ordering requirements
This commit is contained in:
parent
86b089f957
commit
9c1a956e47
@ -27,8 +27,6 @@ def testsuite(testdata):
|
||||
|
||||
expected_hdrs = [(list(x.keys())[0],
|
||||
list(x.values())[0]) for x in item['headers']]
|
||||
hdrs.sort()
|
||||
expected_hdrs.sort()
|
||||
if hdrs != expected_hdrs:
|
||||
if 'seqno' in item:
|
||||
seqno = item['seqno']
|
||||
|
Loading…
Reference in New Issue
Block a user