Fixes implicit narrowing conversion reported in #9166.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
26a4ee5454
commit
8076aa10e7
|
@ -828,7 +828,7 @@ public class HttpConnection extends AbstractConnection implements Runnable, Writ
|
|||
BufferUtil.clear(_content);
|
||||
}
|
||||
|
||||
byte gatherWrite = 0;
|
||||
int gatherWrite = 0;
|
||||
long bytes = 0;
|
||||
if (BufferUtil.hasContent(_header))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue