Fix the type of current-https-protocol in typed/net/url-connect

This commit is contained in:
Alexis King 2015-03-26 09:06:16 -07:00
parent b54d8dc04a
commit 85cbafc534

View File

@ -5,4 +5,4 @@
(require/typed/provide
net/url-connect
[current-https-protocol (U SSL-Client-Context SSL-Protocol)])
[current-https-protocol (Parameterof (U SSL-Client-Context SSL-Protocol))])