Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2013-09-07 15:28:43 +09:00
parent 776cff3dc7
commit 3390c2356e
1 changed files with 3 additions and 0 deletions

View File

@ -306,6 +306,9 @@ static int emit_indexed_header(nghttp2_hd_context *context,
nghttp2_hd_entry *ent)
{
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);
if(rv != 0) {
return rv;