mirror of
https://github.com/lammertb/libhttp.git
synced 2025-08-10 14:23:00 +03:00
Removed CONFIG_TYPE_EXT_PATTERN
This commit is contained in:
@@ -454,7 +454,6 @@ struct httplib_option {
|
|||||||
|
|
||||||
enum {
|
enum {
|
||||||
CONFIG_TYPE_UNKNOWN = 0x0,
|
CONFIG_TYPE_UNKNOWN = 0x0,
|
||||||
CONFIG_TYPE_EXT_PATTERN = 0x6
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@@ -377,7 +377,7 @@ static int set_option( struct httplib_option_t *options, const char *name, const
|
|||||||
/* TODO (low): check this option when it is set, instead of calling
|
/* TODO (low): check this option when it is set, instead of calling
|
||||||
* verify_existence later */
|
* verify_existence later */
|
||||||
break;
|
break;
|
||||||
case CONFIG_TYPE_EXT_PATTERN:
|
case 0x06 : /* CONFIG_TYPE_EXT_PATTERN: */
|
||||||
/* list of file extentions */
|
/* list of file extentions */
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user