File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
client/src/main/java/org/asynchttpclient/netty Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ public final class NettyResponseFuture<V> implements ListenableFuture<V> {
90
90
private volatile int isCancelled = 0 ;
91
91
private volatile int inAuth = 0 ;
92
92
private volatile int inProxyAuth = 0 ;
93
- private volatile int statusReceived = 0 ;
94
93
@ SuppressWarnings ("unused" )
95
94
private volatile int contentProcessed = 0 ;
96
95
@ SuppressWarnings ("unused" )
@@ -539,7 +538,6 @@ public String toString() {
539
538
",\n \t redirectCount=" + redirectCount + //
540
539
",\n \t timeoutsHolder=" + TIMEOUTS_HOLDER_FIELD .get (this ) + //
541
540
",\n \t inAuth=" + inAuth + //
542
- ",\n \t statusReceived=" + statusReceived + //
543
541
",\n \t touch=" + touch + //
544
542
'}' ;
545
543
}
You can’t perform that action at this time.
0 commit comments