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 f2a8c67 commit 461d9c2Copy full SHA for 461d9c2
server/src/main/java/org/elasticsearch/http/AbstractHttpServerTransport.java
@@ -651,7 +651,7 @@ public void incomingRequest() throws IllegalStateException {
651
* Close the channel when there are no more requests in flight.
652
*/
653
public void setCloseWhenIdle() {
654
- assert closeWhenIdle = false : "setCloseWhenIdle() already called";
+ assert closeWhenIdle == false : "setCloseWhenIdle() already called";
655
closeWhenIdle = true;
656
refCounted.decRef();
657
}
0 commit comments