Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HTTP/2: fixed possible buffer overrun (ticket #893).
Due to greater priority of the unary plus operator over the ternary operator the expression didn't work as expected. That might result in one byte less allocation than needed for the HEADERS frame buffer.
- Loading branch information