Skip to content

Commit

Permalink
WIP: save at 2024-04-28 23:14:50
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Apr 28, 2024
1 parent dd7d18e commit 43362ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chrome/patches/curl-impersonate.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2419,10 +2419,10 @@ index 000000000..3f8ec2bf2
+};
diff --git a/lib/impersonate.h b/lib/impersonate.h
new file mode 100644
index 000000000..a9e1e4b45
index 000000000..904d00dbe
--- /dev/null
+++ b/lib/impersonate.h
@@ -0,0 +1,50 @@
@@ -0,0 +1,51 @@
+#ifndef HEADER_CURL_IMPERSONATE_H
+#define HEADER_CURL_IMPERSONATE_H
+
Expand Down Expand Up @@ -2462,6 +2462,7 @@ index 000000000..a9e1e4b45
+ const char *ech;
+ const char *tls_extension_order;
+ bool tls_grease;
+ int http2_stream_weight;
+ /* Other TLS options will come here in the future once they are
+ * configurable through curl_easy_setopt() */
+};
Expand Down

0 comments on commit 43362ef

Please sign in to comment.