[Groonga-commit] droonga/fluent-plugin-droonga at 0dffb79 [master] watch: fix wrong forward message

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Dec 26 16:00:56 JST 2013


Kouhei Sutou	2013-12-26 16:00:56 +0900 (Thu, 26 Dec 2013)

  New Revision: 0dffb79e8347c854a7278efc1ff2e785535641c6
  https://github.com/droonga/fluent-plugin-droonga/commit/0dffb79e8347c854a7278efc1ff2e785535641c6

  Message:
    watch: fix wrong forward message

  Modified files:
    lib/droonga/plugin/handler/watch.rb

  Modified: lib/droonga/plugin/handler/watch.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/handler/watch.rb    2013-12-26 15:43:08 +0900 (c31adc8)
+++ lib/droonga/plugin/handler/watch.rb    2013-12-26 16:00:56 +0900 (6754234)
@@ -75,7 +75,7 @@ module Droonga
     def feed(message, messenger)
       request = message.request
       @watcher.feed(:targets => request["targets"]) do |route, subscribers|
-        messenger.forward(message.raw, # return request itself
+        messenger.forward(request, # return request itself
                           "to" => route, "type" => "watch.notification")
       end
     end
-------------- next part --------------
HTML����������������������������...
Download 



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