Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6a7463a
)
THRIFT-1873 Binary protocol factory ignores struct read/write flags
author
Jens Geyer
<jensg@apache.org>
Thu, 7 Mar 2013 19:44:22 +0000
(20:44 +0100)
committer
Jens Geyer
<jensg@apache.org>
Thu, 7 Mar 2013 19:44:22 +0000
(20:44 +0100)
Patch: Jens Geyer
lib/delphi/src/Thrift.Protocol.pas
patch
|
blob
|
history
diff --git
a/lib/delphi/src/Thrift.Protocol.pas
b/lib/delphi/src/Thrift.Protocol.pas
index
33e17d7
..
4c1954c
100644
(file)
--- a/
lib/delphi/src/Thrift.Protocol.pas
+++ b/
lib/delphi/src/Thrift.Protocol.pas
@@
-1225,7
+1225,7
@@
end;
\r
function TBinaryProtocolImpl.TFactory.GetProtocol( const trans: ITransport): IProtocol;
\r
begin
\r
- Result := TBinaryProtocolImpl.Create( trans
);
\r
+ Result := TBinaryProtocolImpl.Create( trans
, FStrictRead, FStrictWrite
);
\r
end;
\r
\r
end.
\r