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
hex2intTable only contains 254 entries why it should be 255.
Sending for example Transfer-Encoding: \xff causes an out of range
panic.
Because fasthttp never uses defer-recover and runs in its own goroutines
the user of this package can do nothing to defend against this bug.
0 commit comments