| 250 | } |
| 251 | |
| 252 | int HttpMessage::on_message_complete_cb(http_parser *parser) { |
| 253 | return static_cast<HttpMessage*>(parser->data)->OnMessageComplete(); |
| 254 | } |
| 255 | |
| 256 | int HttpMessage::OnBody(const char *at, const size_t length) { |
| 257 | if (_vmsgbuilder) { |
nothing calls this directly
no test coverage detected