You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been testing this library using nghttp CLI and notice it doesn't handle all cases well. I noticed that nghttp randomly sends a HEADER frame where 3 bits are missing in the middle of a frame. This is so strange, and I can not reproduce it in a way that I'd be able to write the instructions. I switched to another HPACK implementation and it worked so I guess more tests are needed for this library to be production-ready. Sorry for a vague explanation, I hope it helps anyway.
# Example: Run this multiple times
$ nghttp -nva --data test.mp4 http://127.0.0.1:8080
The text was updated successfully, but these errors were encountered:
I've been testing this library using
nghttp
CLI and notice it doesn't handle all cases well. I noticed thatnghttp
randomly sends a HEADER frame where 3 bits are missing in the middle of a frame. This is so strange, and I can not reproduce it in a way that I'd be able to write the instructions. I switched to another HPACK implementation and it worked so I guess more tests are needed for this library to be production-ready. Sorry for a vague explanation, I hope it helps anyway.The text was updated successfully, but these errors were encountered: