ietf-wg-masque / draft-ietf-masque-quic-proxy

Other
12 stars 7 forks source link

Does the proxy echo IDs in the response #14

Closed LPardue closed 3 years ago

LPardue commented 3 years ago

I might have missed this. In h3 datagram, datagram-flow-id is echoed in the response. In connect-quic, should the IDs be echoed?

tfpauly commented 3 years ago
This response MUST also echo any Client-Connection-Id, Server-Connection-Id, and
Datagram-Flow-Id headers included in the request.

Seems to be there already =)