问题第一道工序compressed_1:[]byte{0xf2,0x48,0xcd,0xc9,0xc9,0x7,0x0}第二个过程(用字典压缩)compressed_2:[]byte{0x2,0x13,0x0,0x0}但我期待compressed_2:[]byte{0xf2,0x0,0x11,0x0,0x0}我的期望基于以下内容。https://www.rfc-editor.org/rfc/rfc7692#section-7.2.3.2python的其他实现已经确认它们将使用上述正确结果进行压缩。https://github.com/aaugustin/websockets不知道是go