448156 Fixed INACTIVE race in IteratingCallback
Fixed double usage of callback
This commit is contained in:
parent
4bbd3e9909
commit
29a9f4f693
|
@ -438,7 +438,10 @@ public class HttpConnection extends AbstractConnection implements Runnable, Http
|
|||
if (info == null)
|
||||
{
|
||||
if (!lastContent && BufferUtil.isEmpty(content))
|
||||
{
|
||||
callback.succeeded();
|
||||
return;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue