cloudflare / homebrew-cloudflare

99 stars 41 forks source link

curl.rb: Fix a build with latest curl #62

Closed junhochoi closed 1 year ago

junhochoi commented 1 year ago

Fix a build failure due to a recent change in curl. Also upgrade curl to 8.2.0

Tested using HEAD and the release (8.2.0). (macOS ventura + m1 macBook Pro)

Fixes #45, fixes #46, fixes #51.

junhochoi commented 1 year ago

I found it crashed recently - after a small fix I can get curl working again in my macOS (Ventura)

bagder commented 1 year ago

Yes, at least two bugs related to quiche was fixed in curl 8.2.0 - most notable when doing parallel transfers.

jacobbednarz commented 1 year ago

thanks for this @junhochoi and @bagder for the confirmation, 👏

junhochoi commented 1 year ago

Thanks @jacobbednarz !