From 15bdf048ccde9db896d80d43456aeb34a3af84b3 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 25 Oct 2014 18:12:49 +0900 Subject: [PATCH] mkstatictbl.py: Update doc --- mkstatichdtbl.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mkstatichdtbl.py b/mkstatichdtbl.py index 6d3ae99f..b6b6e38b 100755 --- a/mkstatichdtbl.py +++ b/mkstatichdtbl.py @@ -1,4 +1,13 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- + +# This scripts reads static table entries [1] and generates +# nghttp2_hd_static_entry table. This table is used in +# lib/nghttp2_hd.c. +# +# [1] http://http2.github.io/http2-spec/compression.html + +from __future__ import unicode_literals import re, sys def hash(s):