aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client/bad_client.h
Commit message (Collapse)AuthorAge
* 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.