Temporarily commented out non-compiling code.
This commit is contained in:
parent
4ccd5207b5
commit
3d5c785dd3
|
@ -57,7 +57,7 @@ public class HttpInputOverHTTP extends HttpInput implements Callback
|
||||||
{
|
{
|
||||||
try (Blocker blocker=_readBlocker.acquire())
|
try (Blocker blocker=_readBlocker.acquire())
|
||||||
{
|
{
|
||||||
_httpConnection.fillInterested(blocker);
|
// _httpConnection.fillInterested(blocker);
|
||||||
if (LOG.isDebugEnabled())
|
if (LOG.isDebugEnabled())
|
||||||
LOG.debug("{} block readable on {}",this,blocker);
|
LOG.debug("{} block readable on {}",this,blocker);
|
||||||
blocker.block();
|
blocker.block();
|
||||||
|
@ -104,7 +104,7 @@ public class HttpInputOverHTTP extends HttpInput implements Callback
|
||||||
@Override
|
@Override
|
||||||
protected void unready()
|
protected void unready()
|
||||||
{
|
{
|
||||||
_httpConnection.fillInterested(this);
|
// _httpConnection.fillInterested(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue