| 147 | } |
| 148 | |
| 149 | int HttpConnection::staticOnBody(http_parser* parser, const char* at, size_t length) |
| 150 | { |
| 151 | GET_CONNECTION() |
| 152 | |
| 153 | return connection->onBody(at, length); |
| 154 | } |
| 155 | |
| 156 | int HttpConnection::staticOnMessageComplete(http_parser* parser) |
| 157 | { |