| 2058 | } |
| 2059 | |
| 2060 | int |
| 2061 | pause_header_value_cb (http_parser *p, const char *buf, size_t len) |
| 2062 | { |
| 2063 | http_parser_pause(p, 1); |
| 2064 | *current_pause_parser = settings_dontcall; |
| 2065 | return header_value_cb(p, buf, len); |
| 2066 | } |
| 2067 | |
| 2068 | int |
| 2069 | pause_request_url_cb (http_parser *p, const char *buf, size_t len) |
nothing calls this directly
no test coverage detected