removed obsolete CB_path, CB_query_string and CB_fragment

v0.10
Randy Rizun 13 years ago committed by Ben Noordhuis
parent f1fe50e0c5
commit b215eaa749

@ -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") \

Loading…
Cancel
Save