| 105 | } |
| 106 | |
| 107 | void |
| 108 | OriginalRequest::hostHeader(const std::string &s) |
| 109 | { |
| 110 | assert(buffer_ != nullptr); |
| 111 | assert(location_ != nullptr); |
| 112 | assert(hostHeader_ != nullptr); |
| 113 | CHECK(TSMimeHdrFieldValueStringSet(buffer_, location_, hostHeader_, 0, s.c_str(), s.size())); |
| 114 | } |
| 115 | |
| 116 | bool |
| 117 | OriginalRequest::xMultiplexerHeader(const std::string &s) |
no test coverage detected