MCPcopy Create free account
hub / github.com/secdev/scapy / InvalidEncodingException

Class InvalidEncodingException

scapy/contrib/http2.py:725–728  ·  view source on GitHub ↗

InvalidEncodingException is raised when a supposedly huffman-encoded string is decoded and a decoding error arises

Source from the content-addressed store, hash-verified

723
724
725class InvalidEncodingException(Exception):
726 """ InvalidEncodingException is raised when a supposedly huffman-encoded
727 string is decoded and a decoding error arises
728 """
729
730
731class HPackZString(HPackStringsInterface):

Callers 2

huffman_decodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…