HTTP parser: changed style of a comment.
As requested by Igor.
This commit is contained in:
@@ -69,11 +69,11 @@ static const uint8_t nxt_http_target_chars[256] nxt_aligned(64) = {
|
||||
/* \0 \n \r */
|
||||
4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 4, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/*
|
||||
* \s ! " # $ % & ' ( ) * + , - . /
|
||||
* 0 1 2 3 4 5 6 7 8 9 : ; < = > ?
|
||||
*/
|
||||
|
||||
/* \s ! " # $ % & ' ( ) * + , - . / */
|
||||
1, 0, 0, 2, 0, 8, 0, 0, 0, 0, 0, 9, 0, 0, 6, 5,
|
||||
|
||||
/* 0 1 2 3 4 5 6 7 8 9 : ; < = > ? */
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user