Slip in DefaultOioSocketChannelConfig (setAllowHalfClosure used to ignore argument)
This commit is contained in:
parent
a855f19ad6
commit
71c062167d
@ -134,7 +134,7 @@ public class DefaultOioSocketChannelConfig extends DefaultSocketChannelConfig im
|
||||
|
||||
@Override
|
||||
public OioSocketChannelConfig setAllowHalfClosure(boolean allowHalfClosure) {
|
||||
super.setAllowHalfClosure(true);
|
||||
super.setAllowHalfClosure(allowHalfClosure);
|
||||
return this;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user