| 2106 | } |
| 2107 | |
| 2108 | int |
| 2109 | pause_chunk_header_cb (http_parser *p) |
| 2110 | { |
| 2111 | http_parser_pause(p, 1); |
| 2112 | *current_pause_parser = settings_dontcall; |
| 2113 | return chunk_header_cb(p); |
| 2114 | } |
| 2115 | |
| 2116 | int |
| 2117 | pause_chunk_complete_cb (http_parser *p) |
nothing calls this directly
no test coverage detected