Cosmetics.
This commit is contained in:
parent
85ade6ae86
commit
2a44fa5c22
|
@ -519,7 +519,6 @@ public class ServerHTTPSPDYTest extends AbstractHTTPSPDYTest
|
||||||
@Override
|
@Override
|
||||||
public void onData(Stream stream, DataInfo dataInfo)
|
public void onData(Stream stream, DataInfo dataInfo)
|
||||||
{
|
{
|
||||||
|
|
||||||
contentBytes.addAndGet(dataInfo.asByteBuffer(true).remaining());
|
contentBytes.addAndGet(dataInfo.asByteBuffer(true).remaining());
|
||||||
if (dataInfo.isClose())
|
if (dataInfo.isClose())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue