Home
last modified time | relevance | path

Searched refs:InvalidEncodingException (Results 1 – 2 of 2) sorted by relevance

/external/scapy/scapy/contrib/
Dhttp2.py717 class InvalidEncodingException(Exception): class
1071 raise InvalidEncodingException('Huffman decoder met the full EOS symbol')
1079 raise InvalidEncodingException('Should never happen, so incidentally it will')
1087 … raise InvalidEncodingException('Huffman decoder is detecting padding longer than 7 bits')
1091 … raise InvalidEncodingException('Huffman decoder is detecting unexpected padding format')
1159 raise InvalidEncodingException('Huffman unique prefix violation :/')
Dhttp2.uts238 expect_exception(h2.InvalidEncodingException,