Welcome to the "trac"-ing site of http-access2!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changes in 2.1.1

It's a bug fix version.

Changes from httpclient/2.1.0 to httpclient/2.1.1 are follows.

  • domain string match for cookies should be case insensitive. thanks to Brian for the patch. (#163)
  • before calling SSLSocket#post_connection_check, check if RUBY_VERSION > "1.8.4" for CN based wildcard certificate. when RUBY_VERSION <= "1.8.4", it fallbacks to the post_connection_check method in HTTPClient so httpclient should run on 1.8.4 fine as before. (#164)
  • added HTTPClient#test_loopback_http_response which accepts test loopback response which contains HTTP header. (#165)