| 2098 | } |
| 2099 | |
| 2100 | int |
| 2101 | pause_response_status_cb (http_parser *p, const char *buf, size_t len) |
| 2102 | { |
| 2103 | http_parser_pause(p, 1); |
| 2104 | *current_pause_parser = settings_dontcall; |
| 2105 | return response_status_cb(p, buf, len); |
| 2106 | } |
| 2107 | |
| 2108 | int |
| 2109 | pause_chunk_header_cb (http_parser *p) |
nothing calls this directly
no test coverage detected