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:
f1ac284
)
THRIFT-2072 TNonblocking server compilation FAILS with C++11 support enabled
author
Roger Meier
<roger@apache.org>
Fri, 28 Jun 2013 20:49:14 +0000
(22:49 +0200)
committer
Roger Meier
<roger@apache.org>
Fri, 28 Jun 2013 20:49:14 +0000
(22:49 +0200)
Patch: Konrad Grochowski
lib/cpp/src/thrift/server/TNonblockingServer.cpp
patch
|
blob
|
history
diff --git
a/lib/cpp/src/thrift/server/TNonblockingServer.cpp
b/lib/cpp/src/thrift/server/TNonblockingServer.cpp
index
12b4b8f
..
7902776
100644
(file)
--- a/
lib/cpp/src/thrift/server/TNonblockingServer.cpp
+++ b/
lib/cpp/src/thrift/server/TNonblockingServer.cpp
@@
-477,7
+477,7
@@
void TNonblockingServer::TConnection::workSocket() {
// Don't allow giant frame sizes. This prevents bad clients from
// causing us to try and allocate a giant buffer.
GlobalOutput.printf("TNonblockingServer: frame size too large "
- "(%"
PRIu32" > %"PRIu64
") from client %s. "
+ "(%"
PRIu32 " > %" PRIu64
") from client %s. "
"Remote side not using TFramedTransport?",
readWant_,
(uint64_t)server_->getMaxFrameSize(),