aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client/bad_client.h
Commit message (Collapse)AuthorAge
* Add helper function for rst_streamGravatar Yash Tibrewal2018-01-23
|
* Bad client changes to make large metadata test to work againGravatar Yash Tibrewal2018-01-22
|
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* Fix bad_client_window_overflow_test at macGravatar yang-g2017-09-26
|
* Do multiple reads if needed to read full server response.Gravatar Mark D. Roth2017-07-11
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|
* More clang-format fixes.Gravatar Mark D. Roth2016-05-05
|
* Apply clang-format diffs.Gravatar Mark D. Roth2016-05-04
|
* Added bad_client test to check that the server rejects requests with tooGravatar Mark D. Roth2016-05-03
| | | | much metadata and refuses to send responses with too much metadata.
* Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|
* clang-formatGravatar Craig Tiller2015-12-14
|
* Add a test that reproduces server partial message read bugGravatar Craig Tiller2015-12-14
|
* Add a registered server method to bad_clientGravatar Craig Tiller2015-12-14
|
* clang-formatGravatar Craig Tiller2015-06-05
|
* Add a test of bad settings frame (and fix a bug!)Gravatar Craig Tiller2015-06-05
|
* clang-formatGravatar Craig Tiller2015-05-26
|
* Add testing of bad client behaviorGravatar Craig Tiller2015-05-26
This test will become a suite over coming weeks. Spin up a server, and send some illegal data to it, and probe that the correct behavior occurs.