Merge pull request #11499 from markdroth/trailers_only
Add support for Trailers-Only responses.
No related branches found
No related tags found
Showing
- src/core/ext/transport/chttp2/transport/chttp2_transport.c 2 additions, 0 deletionssrc/core/ext/transport/chttp2/transport/chttp2_transport.c
- src/core/ext/transport/chttp2/transport/frame_rst_stream.c 1 addition, 1 deletionsrc/core/ext/transport/chttp2/transport/frame_rst_stream.c
- src/core/ext/transport/chttp2/transport/hpack_encoder.c 8 additions, 6 deletionssrc/core/ext/transport/chttp2/transport/hpack_encoder.c
- src/core/ext/transport/chttp2/transport/hpack_encoder.h 2 additions, 0 deletionssrc/core/ext/transport/chttp2/transport/hpack_encoder.h
- src/core/ext/transport/chttp2/transport/internal.h 1 addition, 0 deletionssrc/core/ext/transport/chttp2/transport/internal.h
- src/core/ext/transport/chttp2/transport/parsing.c 11 additions, 1 deletionsrc/core/ext/transport/chttp2/transport/parsing.c
- src/core/ext/transport/chttp2/transport/writing.c 66 additions, 21 deletionssrc/core/ext/transport/chttp2/transport/writing.c
- src/core/lib/surface/call.c 21 additions, 32 deletionssrc/core/lib/surface/call.c
- src/core/lib/transport/transport.h 4 additions, 0 deletionssrc/core/lib/transport/transport.h
- test/core/transport/chttp2/hpack_encoder_test.c 4 additions, 2 deletionstest/core/transport/chttp2/hpack_encoder_test.c
- test/cpp/microbenchmarks/bm_chttp2_hpack.cc 1 addition, 1 deletiontest/cpp/microbenchmarks/bm_chttp2_hpack.cc
Loading
Please register or sign in to comment