We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1995860 commit d5ce377Copy full SHA for d5ce377
src/handler.cpp
@@ -113,7 +113,7 @@ void Handler::set_state(Handler::State next_state) {
113
break;
114
115
case REQUEST_STATE_READ_BEFORE_WRITE:
116
- assert(next_state == REQUEST_STATE_DONE || next_state == REQUEST_STATE_RETRY_WRITE_OUTSTANDING &&
+ assert((next_state == REQUEST_STATE_DONE || next_state == REQUEST_STATE_RETRY_WRITE_OUTSTANDING) &&
117
"Invalid request state after read before write");
118
state_ = next_state;
119
0 commit comments