mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-09 05:09:36 +00:00
Move Chrome related files to their own directory
Building curl-impersonate with Chrome impersonation requires a different compilation and a different set of patches which may conflict with the Firefox impersonation. Therefore we will treat them a separate builds. All chrome related files were moved to the chrome/ directory.
This commit is contained in:
8
chrome/patches/curl-http-h.patch
Normal file
8
chrome/patches/curl-http-h.patch
Normal file
@@ -0,0 +1,8 @@
|
||||
--- curl-7.81.0-original/lib/http.h 2022-01-03 18:36:46.000000000 +0200
|
||||
+++ curl-7.81.0/lib/http.h 2022-02-19 00:44:48.347052308 +0200
|
||||
@@ -280,3 +280,4 @@
|
||||
/* list of settings that will be sent */
|
||||
- nghttp2_settings_entry local_settings[3];
|
||||
+ /* curl-impersonate: Align HTTP/2 settings to Chrome's */
|
||||
+ nghttp2_settings_entry local_settings[5];
|
||||
size_t local_settings_num;
|
Reference in New Issue
Block a user