[Groonga-commit] droonga/droonga-engine at 3af7cf2 [master] Add missing class name

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 21 20:50:27 JST 2014


Kouhei Sutou	2014-07-21 20:50:27 +0900 (Mon, 21 Jul 2014)

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

  Message:
    Add missing class name

  Modified files:
    lib/droonga/forwarder.rb

  Modified: lib/droonga/forwarder.rb (+1 -1)
===================================================================
--- lib/droonga/forwarder.rb    2014-07-21 20:43:07 +0900 (cff0f5a)
+++ lib/droonga/forwarder.rb    2014-07-21 20:50:27 +0900 (f7c37a1)
@@ -66,7 +66,7 @@ module Droonga
           next
         end
 
-        chunk_loader = ChunkLoader.new(path)
+        chunk_loader = BufferedTCPSocket::ChunkLoader.new(path)
         unless chunk_loader.have_any_chunk?
           FileUtils.rm_rf(path.to_s)
           next
-------------- next part --------------
HTML����������������������������...
Download 



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