Commit Graph

9 Commits

Author SHA1 Message Date
Craig Tiller 6a64bfd982 Progress converting to new error system 2016-05-09 13:05:03 -07:00
Craig Tiller f707d62db6 Convert tests to new error scheme 2016-05-06 14:26:12 -07:00
Matthew Iselin 7151af9465 Allow grpc_http_parser to optionally accept a wider range of line endings. 2016-04-21 11:43:54 +10:00
Craig Tiller 6169d5f7b0 Update copyrights 2016-03-31 07:46:18 -07:00
Craig Tiller fdec85fc5a Merge github.com:grpc/grpc into fuzzy-bits 2016-03-28 13:10:02 -07:00
Craig Tiller 9533d042d4 Fix includes 2016-03-25 17:11:06 -07:00
Craig Tiller ec0d95ae38 clang-format 2016-03-24 00:18:43 -07:00
Craig Tiller 9366684d9f Expand corpus, add test 2016-03-23 17:17:54 -07:00
Matthew Iselin 1824f0519f Add HTTP request parsing.
This extends the existing http parser to support requests as well as responses.

httpcli continues to exist and work as it has previously, though in the new
directory src/core/http (to reflect the fact the directory now contains code
relevant to parsing requests, which httpcli would not generally involve itself
in).
2016-03-23 13:22:32 +11:00