forked from Hakase/nginx-build
Latest update - 7334
This commit is contained in:
@@ -656,13 +656,14 @@ ngx_conf_read_token(ngx_conf_t *cf)
|
||||
}
|
||||
|
||||
if (last_space) {
|
||||
if (ch == ' ' || ch == '\t' || ch == CR || ch == LF) {
|
||||
continue;
|
||||
}
|
||||
|
||||
start = b->pos - 1;
|
||||
start_line = cf->conf_file->line;
|
||||
|
||||
if (ch == ' ' || ch == '\t' || ch == CR || ch == LF) {
|
||||
continue;
|
||||
}
|
||||
|
||||
switch (ch) {
|
||||
|
||||
case ';':
|
||||
|
||||
Reference in New Issue
Block a user