Jump to conversation
Unresolved conversations (5)
@LPardue LPardue Mar 24, 2022
@mnot was there a reason to remove this multiplicity requirement? Can we track that as a separate issue?
draft-ietf-masque-h3-datagram.md
@mnot mnot Mar 24, 2022
This is still a bit imprecise. suggest ```suggestion HTTP/3 datagrams MUST only be sent with an association to a stream whose HTTP semantics explicitly supports HTTP Datagrams (usually, in conjunction with the extension that invokes the use of HTTP Datagrams. For example, existing HTTP ``` Also, these requirements seem general to all HTTP datagrams, but are placed against "HTTP/3 datagrams"
draft-ietf-masque-h3-datagram.md
@LPardue LPardue Mar 23, 2022
In the abstract, you propose the addition of the text "Both are intended for use by HTTP extensions, not applications." do you think we need to, similarly, avoid using the term application here?
draft-ietf-masque-h3-datagram.md
@mnot
@philsbln philsbln Mar 23, 2022
This are actually streams of datagrams ```suggestion conveying multiplexed, bidirectional datagrams streams inside a HTTP connection, with each datagram stream represented by an HTTP conversation. They ```
draft-ietf-masque-h3-datagram.md
@LPardue @philsbln
@philsbln philsbln Mar 23, 2022
Would be nice to be a litte more specific here: ```suggestion extension. To enable seamless transfer of HTTP Datagrams in in HTTP/2 and HTTP/1.1, this document also defines the Capsule Protocol, a more general convention for conveying reliable message streams over HTTP. ```
draft-ietf-masque-h3-datagram.md
@LPardue
Resolved conversations (3)
@LPardue LPardue Mar 23, 2022
```suggestion to enable desirable features like an unreliable equivalent to the CONNECT method, ``` perhaps
Outdated
draft-ietf-masque-h3-datagram.md
@philsbln philsbln Mar 23, 2022
Closely match "HTTP/3 Datagrams" header ```suggestion ## HTTP/2 and HTTP/1.1 Datagrams using DATAGRAM Capsules {#datagram-capsule} ```
draft-ietf-masque-h3-datagram.md
@LPardue
@philsbln philsbln Mar 23, 2022
```suggestion When running over HTTP/1, upgrading the connection to convay HTTP datagrams prevents other uses of the connection and therefore (de-)multiplexing not possible. Unreliable delivery is likewise not available. HTTP Datagrams are negotiated and conveyed using the Capsule Protocol; see {{datagram-capsule}}. ``` Closes #156
draft-ietf-masque-h3-datagram.md
@mnot