Issue #6728 - QUIC and HTTP/3
Removed obsolete TODO comment. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
a85dd4240d
commit
94c3e9a775
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue