Merge pull request #6320 from markdroth/limit_metadata_size
Add support for max metadata size.
No related branches found
No related tags found
Showing
- Makefile 24 additions, 0 deletionsMakefile
- include/grpc/impl/codegen/grpc_types.h 2 additions, 0 deletionsinclude/grpc/impl/codegen/grpc_types.h
- include/grpc/impl/codegen/slice_buffer.h 2 additions, 3 deletionsinclude/grpc/impl/codegen/slice_buffer.h
- src/core/ext/transport/chttp2/transport/chttp2_transport.c 105 additions, 45 deletionssrc/core/ext/transport/chttp2/transport/chttp2_transport.c
- src/core/ext/transport/chttp2/transport/frame_rst_stream.c 5 additions, 0 deletionssrc/core/ext/transport/chttp2/transport/frame_rst_stream.c
- src/core/ext/transport/chttp2/transport/incoming_metadata.c 1 addition, 0 deletionssrc/core/ext/transport/chttp2/transport/incoming_metadata.c
- src/core/ext/transport/chttp2/transport/incoming_metadata.h 1 addition, 0 deletionssrc/core/ext/transport/chttp2/transport/incoming_metadata.h
- src/core/ext/transport/chttp2/transport/internal.h 9 additions, 10 deletionssrc/core/ext/transport/chttp2/transport/internal.h
- src/core/ext/transport/chttp2/transport/parsing.c 50 additions, 8 deletionssrc/core/ext/transport/chttp2/transport/parsing.c
- src/core/lib/iomgr/tcp_posix.c 2 additions, 2 deletionssrc/core/lib/iomgr/tcp_posix.c
- src/core/lib/transport/metadata.h 4 additions, 0 deletionssrc/core/lib/transport/metadata.h
- src/core/lib/transport/metadata_batch.c 9 additions, 0 deletionssrc/core/lib/transport/metadata_batch.c
- src/core/lib/transport/metadata_batch.h 3 additions, 0 deletionssrc/core/lib/transport/metadata_batch.h
- test/core/bad_client/bad_client.c 34 additions, 6 deletionstest/core/bad_client/bad_client.c
- test/core/bad_client/bad_client.h 12 additions, 6 deletionstest/core/bad_client/bad_client.h
- test/core/bad_client/gen_build_yaml.py 2 additions, 1 deletiontest/core/bad_client/gen_build_yaml.py
- test/core/bad_client/tests/badreq.c 5 additions, 5 deletionstest/core/bad_client/tests/badreq.c
- test/core/bad_client/tests/connection_prefix.c 25 additions, 24 deletionstest/core/bad_client/tests/connection_prefix.c
- test/core/bad_client/tests/head_of_line_blocking.c 1 addition, 1 deletiontest/core/bad_client/tests/head_of_line_blocking.c
- test/core/bad_client/tests/headers.c 61 additions, 59 deletionstest/core/bad_client/tests/headers.c
Loading
Please register or sign in to comment