Issue #6728 - QUIC and HTTP/3

Removed obsolete TODO comment.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2021-12-02 13:30:25 +01:00
parent a85dd4240d
commit 94c3e9a775
1 changed files with 0 additions and 1 deletions

View File

@ -202,7 +202,6 @@ public class HttpSenderOverHTTP extends HttpSender
contentBuffer = BufferUtil.EMPTY_BUFFER;
long bytes = headerBuffer.remaining() + chunkBuffer.remaining() + contentBuffer.remaining();
getHttpChannel().getHttpConnection().addBytesOut(bytes);
// TODO: see notes at QuicSession.onOpen().
endPoint.write(this, headerBuffer, chunkBuffer, contentBuffer);
generated = true;
return Action.SCHEDULED;