Zhou

Results 1 issues of Zhou

```void BaseResp::ParseFromHeaders(const std::map& headers)``` In this function, parameter ```headers``` is a map, keys in it maybe full lowercase in some environment, such as: ```c++ headers = { { "content-length": "5"...