mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 08:28:54 +00:00
Fix from review
use the new close(Throwable) in endpoint
This commit is contained in:
parent
3d096c9e99
commit
a4a6bd03e7
@ -263,10 +263,7 @@ public class FrameFlusher extends IteratingCallback
|
||||
entry.release();
|
||||
}
|
||||
entries.clear();
|
||||
if (endPoint instanceof AbstractEndPoint)
|
||||
((AbstractEndPoint)endPoint).close(failure);
|
||||
else
|
||||
endPoint.close();
|
||||
endPoint.close(failure);
|
||||
}
|
||||
|
||||
private void releaseAggregate()
|
||||
|
Loading…
x
Reference in New Issue
Block a user