Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsHuffmanEncoded()

static bool System.Net.Http.HPack.HPackDecoder.IsHuffmanEncoded ( byte b)
inlinestaticprivate

Definition at line 484 of file HPackDecoder.cs.

485 {
486 return (b & 0x80) != 0;
487 }

Referenced by System.Net.Http.HPack.HPackDecoder.ParseHeaderNameLength(), and System.Net.Http.HPack.HPackDecoder.ParseHeaderValueLength().