mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-28 02:49:11 +00:00
Issue #6728 - QUIC and HTTP/3
- Fixed javadoc error. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
ccfcaa7756
commit
3329604585
@ -102,7 +102,7 @@ import org.slf4j.LoggerFactory;
|
||||
* ByteBuffer requestChunk1 = ...;
|
||||
* stream.data(new DataFrame(requestChunk1, false))
|
||||
* // Subsequent sends must wait for previous sends to complete.
|
||||
* .thenCompose(s ->
|
||||
* .thenCompose(s ->
|
||||
* {
|
||||
* ByteBuffer requestChunk2 = ...;
|
||||
* s.data(new DataFrame(requestChunk2, true)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user