Skip to content

Commit

Permalink
reverted inadvertant commit with #2585
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Wilkins <gregw@webtide.com>
  • Loading branch information
gregw committed May 29, 2018
1 parent 436c00b commit 953611f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,8 @@ else if (entry.isStatic())
if (indexed)
{
// add to dynamic table
_context.add(field);
// if (_context.add(field)==null)
// throw new BadMessageException(HttpStatus.REQUEST_HEADER_FIELDS_TOO_LARGE_431,"Indexed field value too large");
if (_context.add(field)==null)
throw new BadMessageException(HttpStatus.REQUEST_HEADER_FIELDS_TOO_LARGE_431,"Indexed field value too large");
}

}
Expand Down

0 comments on commit 953611f

Please sign in to comment.