thekuwayama

Results 2 comments of thekuwayama

バージョン 1.4.2 では、残念ながら `WEBrick::HTTPResponse#to_s` は壊れていて `NoMethodError` 例外が発生してしまいます。 webrick-1.4.2 ```bash $ irb irb(main):001:0> gem 'webrick', '1.4.2' => true irb(main):002:0> require 'webrick' => true irb(main):003:0> res = WEBrick::HTTPResponse.new(HTTPVersion: '1.1') => #"1.1"}, @buffer_size=nil,...

I think that ruby-openssl does not support API to do the OCSP Stapling yet.