[Groonga-commit] droonga/droonga-engine at a9de7ae [master] Don't propagate handled error

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 25 11:39:44 JST 2014


Kouhei Sutou	2014-04-25 11:39:44 +0900 (Fri, 25 Apr 2014)

  New Revision: a9de7aea89bb7a0307077c5c83a250b9d9fd7a6c
  https://github.com/droonga/droonga-engine/commit/a9de7aea89bb7a0307077c5c83a250b9d9fd7a6c

  Message:
    Don't propagate handled error

  Modified files:
    lib/droonga/dispatcher.rb

  Modified: lib/droonga/dispatcher.rb (+0 -1)
===================================================================
--- lib/droonga/dispatcher.rb    2014-04-24 19:08:57 +0900 (12d3c43)
+++ lib/droonga/dispatcher.rb    2014-04-25 11:39:44 +0900 (e27c35c)
@@ -89,7 +89,6 @@ module Droonga
           formatted_error = ErrorMessages::InternalServerError.new("Unknown internal error")
           reply("statusCode" => formatted_error.status_code,
                 "body"       => formatted_error.response_body)
-          raise error
         end
       end
     end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index