Sutou Kouhei 2019-06-18 12:30:23 +0900 (Tue, 18 Jun 2019) Revision: 6eb0c7a46161475c4ad511917afbf659ab70c1d6 https://github.com/ranguba/chupa-text/commit/6eb0c7a46161475c4ad511917afbf659ab70c1d6 Message: http-server: add support for need_screenshot parameter Modified files: lib/chupa-text/decomposers/http-server.rb Modified: lib/chupa-text/decomposers/http-server.rb (+1 -0) =================================================================== --- lib/chupa-text/decomposers/http-server.rb 2019-06-14 11:33:24 +0900 (b6347f5) +++ lib/chupa-text/decomposers/http-server.rb 2019-06-18 12:30:23 +0900 (4bf4bc5) @@ -144,6 +144,7 @@ module ChupaText ["limit_as", data.limit_as || ChupaText::ExternalCommand.default_limit_as], ["max_body_size", data.max_body_size], + ["need_screenshot", data.need_screenshot?], ].each do |key, value| next if value.nil? parameters << [key, StringIO.new(value.to_s)] -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190618/2d6ff401/attachment-0001.html>