[Groonga-commit] droonga/droonga-engine at f2512ae [buffered-forward] Include tag name to the node name

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Dec 18 19:08:34 JST 2014


YUKI Hiroshi	2014-12-18 19:08:34 +0900 (Thu, 18 Dec 2014)

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

  Message:
    Include tag name to the node name

  Modified files:
    lib/droonga/forwarder.rb

  Modified: lib/droonga/forwarder.rb (+1 -1)
===================================================================
--- lib/droonga/forwarder.rb    2014-12-18 18:45:41 +0900 (1730f42)
+++ lib/droonga/forwarder.rb    2014-12-18 19:08:34 +0900 (a3a95eb)
@@ -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