Removed TODO.

This commit is contained in:
Simone Bordet 2015-02-13 13:11:59 +01:00
parent a2e051c4e0
commit 9677988960
1 changed files with 0 additions and 1 deletions

View File

@ -165,7 +165,6 @@ public class HeadersBodyParser extends BodyParser
MetaData metaData = headerBlockParser.parse(buffer, length);
if (metaData != null)
{
// TODO: optimize of paddingLength==0: reset() here.
state = State.PADDING;
loop = paddingLength == 0;
onHeaders(streamId, weight, exclusive, metaData);