Skip to content

Commit 7bb5349

Browse files
committed
post_connection_check is the default nowadays
1 parent c8734f8 commit 7bb5349

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/gist.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ def write(files, private_gist = false)
120120

121121
http.use_ssl = true
122122
http.verify_mode = OpenSSL::SSL::VERIFY_PEER
123-
http.enable_post_connection_check = true
124123
http.cert = OpenSSL::X509::Certificate.new(ca_cert)
125124

126125
req = Net::HTTP::Post.new(url.path)

0 commit comments

Comments
 (0)