| 114 | } |
| 115 | |
| 116 | bool |
| 117 | OriginalRequest::xMultiplexerHeader(const std::string &s) |
| 118 | { |
| 119 | assert(buffer_ != nullptr); |
| 120 | assert(location_ != nullptr); |
| 121 | if (xMultiplexerHeader_ == nullptr) { |
| 122 | return false; |
| 123 | } |
| 124 | CHECK(TSMimeHdrFieldValueStringSet(buffer_, location_, xMultiplexerHeader_, 0, s.c_str(), s.size())); |
| 125 | return true; |
| 126 | } |
no test coverage detected