Get rid of magic value NGHTTP2_PRI_DECAY
For now we just double the priority value on each DATA frame transmission. If priority is 0, it becomes to 1 and goes all the way to (1 << 30) - 1.
Showing
Please register or sign in to comment
For now we just double the priority value on each DATA frame transmission. If priority is 0, it becomes to 1 and goes all the way to (1 << 30) - 1.