1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-11-09 10:00:57 +03:00
Files
mvfst/quic/api
Joseph Beshay 38c955a024 Fix hq-interop (HTTP 0.9 over QUIC)
Summary:
quic interop has been broken for mvfst client against server implementations that expect a stream FIN at the end of the request. This only affects hq-interop (http/0.9 over QUIC).
This fixes that by:
- Ensuring H1Codec sends an EOF at the end of the request when required. This is only used for H1QUpstreamSession.
- QuicStreamAsyncTransport tolerating write errors after the EOF has been delivered and the underlying stream is closed.

Reviewed By: mjoras

Differential Revision: D42860459

fbshipit-source-id: 65eb148cf40e677ac5a005eaa2d91a742ed8cbd8
2023-02-07 15:40:25 -08:00
..
2022-09-30 22:42:54 -07:00
2022-08-24 11:11:33 -07:00
2022-01-18 13:56:12 -08:00