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
- Remove garbage
- Change macros to `static inline` function.
- We should not change return code of `tfw_hpack_encoder_index`
beacuse if we can't add new header to the table we just
not set HPACK_IDX_FLAG_ADD to result. But we don't need
to check that return code of `tfw_hpack_encoder_index`
is greater or equal to zero because it is always true.
0 commit comments