jnferguson / hpack-rfc7541

header-only c++ implementation of a HTTPv2 HPACK/RFC7541 encoder /decoder
BSD 2-Clause "Simplified" License
18 stars 7 forks source link

Invalid data for huffman table #1

Open LaborEtArs opened 5 years ago

LaborEtArs commented 5 years ago

Invalid data for huffman table in lines 136: { 1,1,1,1,1,1,0 }, // -> should be 'X' { 1,1,1,1,1,1,0,0 } 137: { 1,1,1,0,0,1,1 }, //OK 138: { 1,1,1,1,1,1,0 }, // -> should be 'Z' { 1,1,1,1,1,1,0,1 }

ghost commented 4 years ago

After fixing this, did it work for you, this library? Because I'm getting runtime errors from headers sent by chrome.