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:
d1d1542
)
Flush output at the end of thrift_dump
author
David Reiss
<dreiss@apache.org>
Sun, 5 Apr 2009 06:19:51 +0000
(06:19 +0000)
committer
David Reiss
<dreiss@apache.org>
Sun, 5 Apr 2009 06:19:51 +0000
(06:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@762043
13f79535
-47bb-0310-9956-
ffa450edef68
contrib/thrift_dump.cpp
patch
|
blob
|
history
diff --git
a/contrib/thrift_dump.cpp
b/contrib/thrift_dump.cpp
index
e034797
..
0ddfcec
100644
(file)
--- a/
contrib/thrift_dump.cpp
+++ b/
contrib/thrift_dump.cpp
@@
-82,6
+82,7
@@
int main(int argc, char *argv[]) {
} catch (TProtocolException exn) {
cout << "Protocol Exception: " << exn.what() << endl;
} catch (...) {
+ oprot->getTransport()->flush();
}
cout << endl;