Upgrade baseline curl to 8.1.1 by lwthiker · Pull Request #160 · lwthiker/curl-impersonate (original) (raw)

@lwthiker

New curl version includes bugfixes, new options but mainly websocket support which was long requested in curl impersonate. This commit attemps to upgrade the baseline curl version to 8.1.1 for the Chrome version.

This was referenced

May 26, 2023

added 9 commits

August 29, 2023 16:27

@lwthiker

@lwthiker

@lwthiker

@lwthiker

@lwthiker

@lwthiker

@lwthiker

@lwthiker

@lwthiker

A build error on Mac is caused due to the build using OpenSSL headers instead of BoringSSL. Attempt to fix that.

@lwthiker

Attempt to solve the macos build error by upgrading to a newer runner.

@lwthiker

On macos, clang gives priority to /usr/local/include over locations specified with -isystem for some unknown reason. In turn this causes clang to use the system's openssl, which conflicts with curl-impersonate's boringssl headers. To prevent that, disable curl's automatic conversion of -I flags to -isystem.

@lwthiker

@lwthiker

curl-8.1.1 uses an nghttp2 function that only exists in newer versions of nghttp2.

@lwthiker

@lwthiker

GerHobbelt pushed a commit to GerHobbelt/curl-impersonate that referenced this pull request

Aug 31, 2025

@lexiforest

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})