KITAITI Makoto
null+****@clear*****
Sun Feb 28 02:59:03 JST 2016
KITAITI Makoto 2016-02-28 02:59:03 +0900 (Sun, 28 Feb 2016) New Revision: 76d2d9e9f95391894001e50134a89481664c52cd https://github.com/ranguba/groonga-client/commit/76d2d9e9f95391894001e50134a89481664c52cd Merged 6ec9a71: Merge pull request #8 from KitaitiMakoto/https Message: Pass Groonga::Client options to Net::HTTP.start Modified files: lib/groonga/client/protocol/http/synchronous.rb Modified: lib/groonga/client/protocol/http/synchronous.rb (+1 -1) =================================================================== --- lib/groonga/client/protocol/http/synchronous.rb 2016-02-11 22:48:01 +0900 (17d84d6) +++ lib/groonga/client/protocol/http/synchronous.rb 2016-02-28 02:59:03 +0900 (ac2e59b) @@ -34,7 +34,7 @@ module Groonga def send(command) begin - Net::HTTP.start(@host, @port) do |http| + Net::HTTP.start(@host, @port, @options) do |http| http.read_timeout = read_timeout response = send_request(http, command) case response -------------- next part -------------- HTML����������������������������...Download