|
|
@ -290,7 +290,6 @@ libs: |
|
|
|
- src/core/ext/transport/chttp2/transport/huffsyms.h |
|
|
|
- src/core/ext/transport/chttp2/transport/huffsyms.h |
|
|
|
- src/core/ext/transport/chttp2/transport/internal.h |
|
|
|
- src/core/ext/transport/chttp2/transport/internal.h |
|
|
|
- src/core/ext/transport/chttp2/transport/legacy_frame.h |
|
|
|
- src/core/ext/transport/chttp2/transport/legacy_frame.h |
|
|
|
- src/core/ext/transport/chttp2/transport/max_concurrent_streams_policy.h |
|
|
|
|
|
|
|
- src/core/ext/transport/chttp2/transport/ping_abuse_policy.h |
|
|
|
- src/core/ext/transport/chttp2/transport/ping_abuse_policy.h |
|
|
|
- src/core/ext/transport/chttp2/transport/ping_callbacks.h |
|
|
|
- src/core/ext/transport/chttp2/transport/ping_callbacks.h |
|
|
|
- src/core/ext/transport/chttp2/transport/ping_rate_policy.h |
|
|
|
- src/core/ext/transport/chttp2/transport/ping_rate_policy.h |
|
|
@ -1319,7 +1318,6 @@ libs: |
|
|
|
- src/core/ext/transport/chttp2/transport/hpack_parser_table.cc |
|
|
|
- src/core/ext/transport/chttp2/transport/hpack_parser_table.cc |
|
|
|
- src/core/ext/transport/chttp2/transport/http2_settings.cc |
|
|
|
- src/core/ext/transport/chttp2/transport/http2_settings.cc |
|
|
|
- src/core/ext/transport/chttp2/transport/huffsyms.cc |
|
|
|
- src/core/ext/transport/chttp2/transport/huffsyms.cc |
|
|
|
- src/core/ext/transport/chttp2/transport/max_concurrent_streams_policy.cc |
|
|
|
|
|
|
|
- src/core/ext/transport/chttp2/transport/parsing.cc |
|
|
|
- src/core/ext/transport/chttp2/transport/parsing.cc |
|
|
|
- src/core/ext/transport/chttp2/transport/ping_abuse_policy.cc |
|
|
|
- src/core/ext/transport/chttp2/transport/ping_abuse_policy.cc |
|
|
|
- src/core/ext/transport/chttp2/transport/ping_callbacks.cc |
|
|
|
- src/core/ext/transport/chttp2/transport/ping_callbacks.cc |
|
|
@ -2289,7 +2287,6 @@ libs: |
|
|
|
- src/core/ext/transport/chttp2/transport/huffsyms.h |
|
|
|
- src/core/ext/transport/chttp2/transport/huffsyms.h |
|
|
|
- src/core/ext/transport/chttp2/transport/internal.h |
|
|
|
- src/core/ext/transport/chttp2/transport/internal.h |
|
|
|
- src/core/ext/transport/chttp2/transport/legacy_frame.h |
|
|
|
- src/core/ext/transport/chttp2/transport/legacy_frame.h |
|
|
|
- src/core/ext/transport/chttp2/transport/max_concurrent_streams_policy.h |
|
|
|
|
|
|
|
- src/core/ext/transport/chttp2/transport/ping_abuse_policy.h |
|
|
|
- src/core/ext/transport/chttp2/transport/ping_abuse_policy.h |
|
|
|
- src/core/ext/transport/chttp2/transport/ping_callbacks.h |
|
|
|
- src/core/ext/transport/chttp2/transport/ping_callbacks.h |
|
|
|
- src/core/ext/transport/chttp2/transport/ping_rate_policy.h |
|
|
|
- src/core/ext/transport/chttp2/transport/ping_rate_policy.h |
|
|
@ -2764,7 +2761,6 @@ libs: |
|
|
|
- src/core/ext/transport/chttp2/transport/hpack_parser_table.cc |
|
|
|
- src/core/ext/transport/chttp2/transport/hpack_parser_table.cc |
|
|
|
- src/core/ext/transport/chttp2/transport/http2_settings.cc |
|
|
|
- src/core/ext/transport/chttp2/transport/http2_settings.cc |
|
|
|
- src/core/ext/transport/chttp2/transport/huffsyms.cc |
|
|
|
- src/core/ext/transport/chttp2/transport/huffsyms.cc |
|
|
|
- src/core/ext/transport/chttp2/transport/max_concurrent_streams_policy.cc |
|
|
|
|
|
|
|
- src/core/ext/transport/chttp2/transport/parsing.cc |
|
|
|
- src/core/ext/transport/chttp2/transport/parsing.cc |
|
|
|
- src/core/ext/transport/chttp2/transport/ping_abuse_policy.cc |
|
|
|
- src/core/ext/transport/chttp2/transport/ping_abuse_policy.cc |
|
|
|
- src/core/ext/transport/chttp2/transport/ping_callbacks.cc |
|
|
|
- src/core/ext/transport/chttp2/transport/ping_callbacks.cc |
|
|
@ -13335,18 +13331,6 @@ targets: |
|
|
|
deps: |
|
|
|
deps: |
|
|
|
- gtest |
|
|
|
- gtest |
|
|
|
- grpc_test_util |
|
|
|
- grpc_test_util |
|
|
|
- name: max_concurrent_streams_policy_test |
|
|
|
|
|
|
|
gtest: true |
|
|
|
|
|
|
|
build: test |
|
|
|
|
|
|
|
language: c++ |
|
|
|
|
|
|
|
headers: |
|
|
|
|
|
|
|
- src/core/ext/transport/chttp2/transport/max_concurrent_streams_policy.h |
|
|
|
|
|
|
|
src: |
|
|
|
|
|
|
|
- src/core/ext/transport/chttp2/transport/max_concurrent_streams_policy.cc |
|
|
|
|
|
|
|
- test/core/transport/chttp2/max_concurrent_streams_policy_test.cc |
|
|
|
|
|
|
|
deps: |
|
|
|
|
|
|
|
- gtest |
|
|
|
|
|
|
|
- gpr |
|
|
|
|
|
|
|
- name: max_concurrent_streams_test |
|
|
|
- name: max_concurrent_streams_test |
|
|
|
gtest: true |
|
|
|
gtest: true |
|
|
|
build: test |
|
|
|
build: test |
|
|
|