aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/large_metadata.c
Commit message (Collapse)AuthorAge
* Add h2_fake_resolver end2end test fixture.Gravatar Mark D. Roth2016-10-03
|
* Merge pull request #7858 from markdroth/cq_verifier_file_lineGravatar Craig Tiller2016-08-31
|\ | | | | Change cq_verifier to report file and line number for expectations.
| * Change cq_verifier to report file and line number for expectations.Gravatar Mark D. Roth2016-08-24
| |
* | clang-format remove blank linesGravatar Robbie Shade2016-08-23
| |
* | Delete unused TIMEOUT enum in end2end testsGravatar Robbie Shade2016-06-29
|/
* Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-05-12
|\
* | Allow servers to select compression level via initial MD.Gravatar David Garcia Quintas2016-05-09
| | | | | | | | | | | | | | | | Setting the newly added compression_level field of grpc_op::send_initial_metadata by a server now has the effect of applying that compression level for the subsequent call messages leaving the server. The ultimate meaning of the level depends on the client's supported compression algorithms.
| * More clang-format fixes.Gravatar Mark D. Roth2016-05-05
| |
| * Apply clang-format diffs.Gravatar Mark D. Roth2016-05-04
| |
| * Use unlimited default for max header size until receiving new settingsGravatar Mark D. Roth2016-05-04
| | | | | | | | | | | | | | | | from the peer. This both complies with the RFC and ensures that if the user sets a higher limit than the 16K default, we won't incorrectly reject data sent before settings are exchanged. Also fix proxy tests.
| * Changed writing code to honor the peer's header size limit setting.Gravatar Mark D. Roth2016-05-02
| | | | | | | | | | | | Changed large_metadata test to only cover the case where both the client and server support large metadata; I will cover the other cases in separate tests in a subsequent commit.
| * Mark stream as cancelled if we exceed the metadata size limit.Gravatar Mark D. Roth2016-04-28
| | | | | | | | Also take this opportunity to convert the seen_error field to a bool.
| * Initial attempt at adding support for max metadata size. Currently, theGravatar Mark D. Roth2016-04-27
|/ | | | | code does not seem to be properly causing the RPC to fail when the max size is exceeded.
* Introduce machinery to allow tests to register pluginsGravatar Craig Tiller2016-04-04
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix copyrightsGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|
* BoringSSL integration: non-vsprojects changesGravatar Craig Tiller2015-12-22
|
* Test fixesGravatar Craig Tiller2015-11-24
|
* Fix clang-format scriptGravatar Craig Tiller2015-09-28
|
* Merge github.com:grpc/grpc into immolating-conversionGravatar Craig Tiller2015-09-10
|
* Hand-written changesGravatar Craig Tiller2015-08-31