Summary: About time we did this. Breaks the test suite's defaults
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665357
13f79535-47bb-0310-9956-
ffa450edef68
protected boolean strictWrite_ = true;
public Factory() {
- this(false, false);
+ this(false, true);
}
public Factory(boolean strictRead, boolean strictWrite) {
* Constructor
*/
public TBinaryProtocol(TTransport trans) {
- this(trans, false, false);
+ this(trans, false, true);
}
public TBinaryProtocol(TTransport trans, boolean strictRead, boolean strictWrite) {