From b215eaa74944f9a1a1edd80c4e18d7931754e941 Mon Sep 17 00:00:00 2001 From: Randy Rizun Date: Tue, 14 Feb 2012 10:16:56 -0800 Subject: [PATCH] removed obsolete CB_path, CB_query_string and CB_fragment --- http_parser.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/http_parser.h b/http_parser.h index 6c9f839..1ebc27b 100644 --- a/http_parser.h +++ b/http_parser.h @@ -143,10 +143,7 @@ enum flags \ /* Callback-related errors */ \ XX(CB_message_begin, "the on_message_begin callback failed") \ - XX(CB_path, "the on_path callback failed") \ - XX(CB_query_string, "the on_query_string callback failed") \ XX(CB_url, "the on_url callback failed") \ - XX(CB_fragment, "the on_fragment callback failed") \ XX(CB_header_field, "the on_header_field callback failed") \ XX(CB_header_value, "the on_header_value callback failed") \ XX(CB_headers_complete, "the on_headers_complete callback failed") \