Commit 3390c235 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update doc

parent 776cff3d
...@@ -306,6 +306,9 @@ static int emit_indexed_header(nghttp2_hd_context *context, ...@@ -306,6 +306,9 @@ static int emit_indexed_header(nghttp2_hd_context *context,
nghttp2_hd_entry *ent) nghttp2_hd_entry *ent)
{ {
int rv; int rv;
/* ent->ref may be 0. This happens if the careless stupid encoder
emits literal block larger than header table capacity with
indexing. */
rv = add_emit_set(context, ent); rv = add_emit_set(context, ent);
if(rv != 0) { if(rv != 0) {
return rv; return rv;
......
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