BTowersCoding@functional.cafe @bagder
Not WSL or powershell, just cmd.exe
@borkdude @bagder
C:\>curl --version curl 7.83.1 (Windows) libcurl/7.83.1 Schannel Release-Date: 2022-05-13 Protocols: dict file ftp ftps http https imap imaps pop3 pop3s smtp smtps telnet tftp Features: AsynchDNS HSTS IPv6 Kerberos Largefile NTLM SPNEGO SSL SSPI UnixSockets
C:\>curl --compressed https://clojure.org curl: option --compressed: the installed libcurl version doesn't support this curl: try 'curl --help' for more information
@BTowersCoding @bagder
Thanks, so still no compression...
@borkdude @bagder
C:\>curl --version
curl 7.83.1 (Windows) libcurl/7.83.1 Schannel
Release-Date: 2022-05-13
Protocols: dict file ftp ftps http https imap imaps pop3 pop3s smtp smtps telnet tftp
Features: AsynchDNS HSTS IPv6 Kerberos Largefile NTLM SPNEGO SSL SSPI UnixSockets
C:\>curl --compressed https://clojure.org
curl: option --compressed: the installed libcurl version doesn't support this
curl: try 'curl --help' for more information