| 2090 | } |
| 2091 | |
| 2092 | int |
| 2093 | pause_message_complete_cb (http_parser *p) |
| 2094 | { |
| 2095 | http_parser_pause(p, 1); |
| 2096 | *current_pause_parser = settings_dontcall; |
| 2097 | return message_complete_cb(p); |
| 2098 | } |
| 2099 | |
| 2100 | int |
| 2101 | pause_response_status_cb (http_parser *p, const char *buf, size_t len) |
nothing calls this directly
no test coverage detected