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:
190d769
)
ok: good to go
author
David Reiss
<dreiss@apache.org>
Wed, 11 Jun 2008 01:00:59 +0000
(
01:00
+0000)
committer
David Reiss
<dreiss@apache.org>
Wed, 11 Jun 2008 01:00:59 +0000
(
01:00
+0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666441
13f79535
-47bb-0310-9956-
ffa450edef68
lib/alterl/src/thrift_socket_server.erl
patch
|
blob
|
history
diff --git
a/lib/alterl/src/thrift_socket_server.erl
b/lib/alterl/src/thrift_socket_server.erl
index
bf76778
..
2b7a002
100644
(file)
--- a/
lib/alterl/src/thrift_socket_server.erl
+++ b/
lib/alterl/src/thrift_socket_server.erl
@@
-227,7
+227,7
@@
handle_info({'EXIT', _LoopPid, Reason},
State=#thrift_socket_server{acceptor=Pid, max=Max}) ->
case Reason of
normal -> ok;
-
protocol_closed
-> ok;
+
shutdown
-> ok;
_ -> error_logger:error_report({?MODULE, ?LINE,
{child_error, Reason, erlang:get_stacktrace()}})
end,