mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 12:59:30 +00:00
fixed ByteArrayEndPoint dispatch
This commit is contained in:
parent
26de8931a3
commit
ee3481cb3f
@ -122,7 +122,7 @@ public class ByteArrayEndPoint extends AbstractEndPoint
|
||||
/* ------------------------------------------------------------ */
|
||||
protected void execute(Runnable task)
|
||||
{
|
||||
new Thread(task,"BAEPoint-"+Integer.toHexString(hashCode()));
|
||||
new Thread(task,"BAEPoint-"+Integer.toHexString(hashCode())).start();
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user