Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Header parsing assumes whitespace after colon
RFC7230 (HTTP 1.1) 3.2 "Header fields" specifies that whitespace between colon and value is optional, but http_client_asio::read_headers started reading the value at one after the colon, assuming there would always be exactly one space.
- Loading branch information