HTTP parser: changed style of a comment.

As requested by Igor.
This commit is contained in:
Valentin Bartenev
2017-05-31 14:35:33 +03:00
parent c0bf729c8e
commit dee819daab

View File

@@ -69,11 +69,11 @@ static const uint8_t nxt_http_target_chars[256] nxt_aligned(64) = {
/* \0 \n \r */ /* \0 \n \r */
4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 4, 0, 0, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/*
* \s ! " # $ % & ' ( ) * + , - . / /* \s ! " # $ % & ' ( ) * + , - . / */
* 0 1 2 3 4 5 6 7 8 9 : ; < = > ?
*/
1, 0, 0, 2, 0, 8, 0, 0, 0, 0, 0, 9, 0, 0, 6, 5, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7,
}; };