Use C-style comment
This commit is contained in:
parent
2216fd2bc1
commit
b39aa43537
|
@ -69,8 +69,10 @@ typedef enum {
|
||||||
NGHTTP2_TOKEN_MAXIDX,
|
NGHTTP2_TOKEN_MAXIDX,
|
||||||
} nghttp2_token;
|
} nghttp2_token;
|
||||||
|
|
||||||
// This function was generated by genlibtokenlookup.py. Inspired by
|
/*
|
||||||
// h2o header lookup. https://github.com/h2o/h2o
|
* This function was generated by genlibtokenlookup.py. Inspired by
|
||||||
|
* h2o header lookup. https://github.com/h2o/h2o
|
||||||
|
*/
|
||||||
static int lookup_token(const uint8_t *name, size_t namelen) {
|
static int lookup_token(const uint8_t *name, size_t namelen) {
|
||||||
switch (namelen) {
|
switch (namelen) {
|
||||||
case 2:
|
case 2:
|
||||||
|
|
Loading…
Reference in New Issue