-
- Downloads
Merge pull request #7864 from ctiller/bigger_frames
Support >16kib frame sizes in core
No related branches found
No related tags found
Showing
- include/grpc/impl/codegen/grpc_types.h 5 additions, 0 deletionsinclude/grpc/impl/codegen/grpc_types.h
- src/core/ext/transport/chttp2/transport/chttp2_transport.c 13 additions, 0 deletionssrc/core/ext/transport/chttp2/transport/chttp2_transport.c
- src/core/ext/transport/chttp2/transport/frame.h 0 additions, 2 deletionssrc/core/ext/transport/chttp2/transport/frame.h
- src/core/ext/transport/chttp2/transport/hpack_encoder.c 7 additions, 3 deletionssrc/core/ext/transport/chttp2/transport/hpack_encoder.c
- src/core/ext/transport/chttp2/transport/hpack_encoder.h 1 addition, 0 deletionssrc/core/ext/transport/chttp2/transport/hpack_encoder.h
- src/core/ext/transport/chttp2/transport/internal.h 2 additions, 0 deletionssrc/core/ext/transport/chttp2/transport/internal.h
- src/core/ext/transport/chttp2/transport/writing.c 9 additions, 3 deletionssrc/core/ext/transport/chttp2/transport/writing.c
- test/core/end2end/tests/invoke_large_request.c 39 additions, 3 deletionstest/core/end2end/tests/invoke_large_request.c
- test/core/transport/chttp2/hpack_encoder_test.c 3 additions, 2 deletionstest/core/transport/chttp2/hpack_encoder_test.c
Loading
Please register or sign in to comment