[Groonga-commit] droonga/droonga-engine at a403b12 [buffered-forward] Don't include tag name to the path of intentional buffer

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Dec 18 18:18:55 JST 2014


YUKI Hiroshi	2014-12-18 18:18:55 +0900 (Thu, 18 Dec 2014)

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

  Message:
    Don't include tag name to the path of intentional buffer

  Modified files:
    lib/droonga/forwarder.rb

  Modified: lib/droonga/forwarder.rb (+1 -1)
===================================================================
--- lib/droonga/forwarder.rb    2014-12-18 18:14:28 +0900 (a3a95eb)
+++ lib/droonga/forwarder.rb    2014-12-18 18:18:55 +0900 (1730f42)
@@ -129,7 +129,7 @@ module Droonga
 
     private
     def buffered_output(receiver, message, command, arguments, options={})
-      receiver_is_node = (receiver =~ /\A([^:]+:\d+\/[^\.]+)/)
+      receiver_is_node = (receiver =~ /\A([^:]+:\d+)/)
       node_name = $1
       unless receiver_is_node
         output(receiver, message, command, arguments, options)
-------------- next part --------------
HTML����������������������������...
다운로드 



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