commit | 053c182f4585b689216950678bc695eb6953d763 | [log] [tgz] |
---|---|---|
author | Sergey Kandaurov <pluknet@nginx.com> | Thu Jun 17 11:44:06 2021 +0300 |
committer | Sergey Kandaurov <pluknet@nginx.com> | Thu Jun 17 11:44:06 2021 +0300 |
tree | f483272e19ea34019b4faa577dddc62ac891381f | |
parent | c4a65cf7f658795953f4bd9da2a017ae85425b12 [diff] |
gRPC: RST_STREAM(NO_ERROR) handling micro-optimization. After 2096b21fcd10, a single RST_STREAM(NO_ERROR) may not result in an error. This change removes several unnecessary ctx->type checks for such a case.