Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,7 @@ public void succeeded()
if (!stream.isCommitted())
errorResponse = new ErrorResponse(request);
else
completeStream = true;
completeStream = httpChannelState._handling == null;
}
}

Expand Down