Commit 32c72d1
committed
JVMCBC-1702 PipelineErrorHandler.channelInactive fires wrong event
Motivation
----------
Should fire "channel inactive" instead of "channel active".
Currently, this doesn't matter since it's the last handler
in the pipeline, but let's fix it anyway in case another
handler is added in the future.
Change-Id: I0fe87adcff4edd0734df77d86767554950d89c3e
Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/235873
Tested-by: Build Bot <build@couchbase.com>
Reviewed-by: Michael Reiche <michael.reiche@couchbase.com>1 parent 96005da commit 32c72d1
File tree
1 file changed
+1
-1
lines changed- core-io/src/main/java/com/couchbase/client/core/io/netty
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments