parent
7df5bbc61b
commit
d90ce8327b
|
@ -693,7 +693,7 @@ public class PanamaJdkQuicheConnection extends QuicheConnection
|
||||||
{
|
{
|
||||||
if (quicheConn == null)
|
if (quicheConn == null)
|
||||||
throw new IllegalStateException("connection was released");
|
throw new IllegalStateException("connection was released");
|
||||||
return quiche_h.quiche_conn_is_draining(quicheConn) != 0;
|
return quiche_h.quiche_conn_is_draining(quicheConn) != C_FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue