| 2082 | } |
| 2083 | |
| 2084 | int |
| 2085 | pause_headers_complete_cb (http_parser *p) |
| 2086 | { |
| 2087 | http_parser_pause(p, 1); |
| 2088 | *current_pause_parser = settings_dontcall; |
| 2089 | return headers_complete_cb(p); |
| 2090 | } |
| 2091 | |
| 2092 | int |
| 2093 | pause_message_complete_cb (http_parser *p) |
nothing calls this directly
no test coverage detected