Commit 30a11278 authored by gejun's avatar gejun

Fix a bug in hpack

parent d02badcf
...@@ -171,7 +171,6 @@ public: ...@@ -171,7 +171,6 @@ public:
if (!h.value.empty()) { if (!h.value.empty()) {
_header_index[h] = id; _header_index[h] = id;
} }
_header_index[h] = id;
_name_index[h.name] = id; _name_index[h.name] = id;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment