From b39aa4353737f6305fe714d48039e9e14638c221 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 20 Feb 2015 21:49:47 +0900 Subject: [PATCH] Use C-style comment --- lib/nghttp2_http.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/nghttp2_http.c b/lib/nghttp2_http.c index d75615aa..9ad07767 100644 --- a/lib/nghttp2_http.c +++ b/lib/nghttp2_http.c @@ -69,8 +69,10 @@ typedef enum { NGHTTP2_TOKEN_MAXIDX, } 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) { switch (namelen) { case 2: