mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-08 04:42:26 +00:00

After inspecting an encrypted TLS session, I noticed that Firefox sends the HTTP2 pseudo headers in the order :method, :path, :authority, :scheme while curl was sending them with :authority being the last one. This patch fixes the order of HTTP2 headers in curl to match Firefox.