Clarified comment.

This commit is contained in:
Simone Bordet 2012-02-09 15:48:01 +01:00
parent f1e1113a58
commit f03ef7af4e
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ public class SPDYAsyncConnection extends AbstractConnection implements AsyncConn
public int fill() throws IOException
{
// In order to support reentrant parsing, we save the read buffer
// so that reentrant calls can finish to consume the read buffer
// or eventually read more bytes and parse them.
int filled = 0;
if (readBuffer == null)