Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turn ignoreRequestBody into no-const method
As nghttp2 req is passed, it is probable that user implementation, analyzes data and indexes processing on server cache for further stage (receive()). Thus, once ignored (or not) the request body received, the thing is that receive() could be not repeating again same processing of received data.
- Loading branch information