lib/httpx/io/ssl.rb in httpx-0.17.0 vs lib/httpx/io/ssl.rb in httpx-0.18.0

- old
+ new

@@ -132,10 +132,10 @@ return super unless nextstate == :negotiated server_cert = @io.peer_cert "#{super}\n\n" \ - "SSL connection using #{@io.ssl_version} / #{Array(@io.cipher).first}\n" \ + "SSL connection using #{@io.ssl_version} / #{Array(@io.cipher).first}\n" \ "ALPN, server accepted to use #{protocol}\n" \ "Server certificate:\n" \ " subject: #{server_cert.subject}\n" \ " start date: #{server_cert.not_before}\n" \ " expire date: #{server_cert.not_after}\n" \