Change rule domain to lowercase

This commit is contained in:
Nick Peng
2019-06-19 23:42:06 +08:00
parent cb3656cb57
commit ef50ea9c5e
4 changed files with 12 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ int parse_uri(char *value, char *scheme, char *host, int *port, char *path);
int set_fd_nonblock(int fd, int nonblock);
char *reverse_string(char *output, char *input, int len);
char *reverse_string(char *output, char *input, int len, int to_lower_case);
void print_stack(void);