This commit is contained in:
@@ -112,7 +112,7 @@ public final class SncpRequest extends Request {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void prepare() {
|
protected void prepare() {
|
||||||
this.keepAlive = true;
|
this.keepAlive = this.channel.isTCP();
|
||||||
if (this.body == null) return;
|
if (this.body == null) return;
|
||||||
byte[] bytes = this.body;
|
byte[] bytes = this.body;
|
||||||
int pos = 0;
|
int pos = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user