Closed hellodword closed 7 months ago
You can verify this with Chrome.
$ env GODEBUG=http2debug=2 go run ./example/echo-server/ http2: server read frame HEADERS flags=END_STREAM|END_HEADERS|PRIORITY stream=1 len=439
while the data.HTTP2Frames.Priorities is empty.
data.HTTP2Frames.Priorities
LGTM. Perhaps more E2E tests needed, such as Chrome, Firefox. I will take a look of that later.
Tagged v0.5.0: https://github.com/wi1dcard/fingerproxy/releases/tag/v0.5.0
You can verify this with Chrome.
while the
data.HTTP2Frames.Priorities
is empty.