mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 04:49:12 +00:00
jetty-9 fixed double onFillable after 101 upgrade
This commit is contained in:
parent
e1b7b4f101
commit
b18a5b05dc
@ -457,6 +457,8 @@ public class HttpConnection extends AbstractConnection implements Runnable, Http
|
||||
onClose();
|
||||
getEndPoint().setConnection(connection);
|
||||
connection.onOpen();
|
||||
reset();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user