You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dr...@apache.org on 2008/06/11 03:00:59 UTC

svn commit: r666441 - /incubator/thrift/trunk/lib/alterl/src/thrift_socket_server.erl

Author: dreiss
Date: Tue Jun 10 18:00:59 2008
New Revision: 666441

URL: http://svn.apache.org/viewvc?rev=666441&view=rev
Log:
ok: good to go

Modified:
    incubator/thrift/trunk/lib/alterl/src/thrift_socket_server.erl

Modified: incubator/thrift/trunk/lib/alterl/src/thrift_socket_server.erl
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/alterl/src/thrift_socket_server.erl?rev=666441&r1=666440&r2=666441&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/alterl/src/thrift_socket_server.erl (original)
+++ incubator/thrift/trunk/lib/alterl/src/thrift_socket_server.erl Tue Jun 10 18:00:59 2008
@@ -227,7 +227,7 @@
 	    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,