mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-28 02:49:11 +00:00
todo
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
This commit is contained in:
parent
c6093e9859
commit
619ba7a090
@ -116,7 +116,7 @@ public class ClientQuicConnection extends QuicConnection
|
||||
{
|
||||
pendingSessions.remove(remoteAddress);
|
||||
session.setConnectionId(quicheConnectionId);
|
||||
session.createStream(0);
|
||||
session.createStream(0); // TODO perform proper stream ID generation
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user