Skip to content

Commit

Permalink
Merge pull request lwthiker#185 from lwthiker/remove_false_start
Browse files Browse the repository at this point in the history
Remove --false-start flag
  • Loading branch information
lwthiker authored Sep 16, 2023
2 parents c7ea369 + 686cb75 commit 1e8b50f
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion chrome/curl_chrome100
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dir=${0%/*}
-H 'Sec-Fetch-Dest: document' \
-H 'Accept-Encoding: gzip, deflate, br' \
-H 'Accept-Language: en-US,en;q=0.9' \
--http2 --false-start --compressed \
--http2 --compressed \
--tlsv1.2 --alps \
--cert-compression brotli \
"$@"
2 changes: 1 addition & 1 deletion chrome/curl_chrome101
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dir=${0%/*}
-H 'Sec-Fetch-Dest: document' \
-H 'Accept-Encoding: gzip, deflate, br' \
-H 'Accept-Language: en-US,en;q=0.9' \
--http2 --false-start --compressed \
--http2 --compressed \
--tlsv1.2 --alps \
--cert-compression brotli \
"$@"
2 changes: 1 addition & 1 deletion chrome/curl_chrome104
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dir=${0%/*}
-H 'Sec-Fetch-Dest: document' \
-H 'Accept-Encoding: gzip, deflate, br' \
-H 'Accept-Language: en-US,en;q=0.9' \
--http2 --false-start --compressed \
--http2 --compressed \
--tlsv1.2 --alps \
--cert-compression brotli \
"$@"
2 changes: 1 addition & 1 deletion chrome/curl_chrome107
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dir=${0%/*}
-H 'Sec-Fetch-Dest: document' \
-H 'Accept-Encoding: gzip, deflate, br' \
-H 'Accept-Language: en-US,en;q=0.9' \
--http2 --http2-no-server-push --false-start --compressed \
--http2 --http2-no-server-push --compressed \
--tlsv1.2 --alps \
--cert-compression brotli \
"$@"
2 changes: 1 addition & 1 deletion chrome/curl_chrome110
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dir=${0%/*}
-H 'Sec-Fetch-Dest: document' \
-H 'Accept-Encoding: gzip, deflate, br' \
-H 'Accept-Language: en-US,en;q=0.9' \
--http2 --http2-no-server-push --false-start --compressed \
--http2 --http2-no-server-push --compressed \
--tlsv1.2 --alps --tls-permute-extensions \
--cert-compression brotli \
"$@"
2 changes: 1 addition & 1 deletion chrome/curl_chrome116
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dir=${0%/*}
-H 'Sec-Fetch-Dest: document' \
-H 'Accept-Encoding: gzip, deflate, br' \
-H 'Accept-Language: en-US,en;q=0.9' \
--http2 --http2-no-server-push --false-start --compressed \
--http2 --http2-no-server-push --compressed \
--tlsv1.2 --alps --tls-permute-extensions \
--cert-compression brotli \
"$@"
2 changes: 1 addition & 1 deletion chrome/curl_chrome99
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dir=${0%/*}
-H 'Sec-Fetch-Dest: document' \
-H 'Accept-Encoding: gzip, deflate, br' \
-H 'Accept-Language: en-US,en;q=0.9' \
--http2 --false-start --compressed \
--http2 --compressed \
--tlsv1.2 --alps \
--cert-compression brotli \
"$@"
2 changes: 1 addition & 1 deletion chrome/curl_chrome99_android
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dir=${0%/*}
-H 'Sec-Fetch-Dest: document' \
-H 'Accept-Encoding: gzip, deflate, br' \
-H 'Accept-Language: en-US,en;q=0.9' \
--http2 --false-start --compressed \
--http2 --compressed \
--tlsv1.2 --alps \
--cert-compression brotli \
"$@"
2 changes: 1 addition & 1 deletion chrome/curl_edge101
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dir=${0%/*}
-H 'Sec-Fetch-Dest: document' \
-H 'Accept-Encoding: gzip, deflate, br' \
-H 'Accept-Language: en-US,en;q=0.9' \
--http2 --false-start --compressed \
--http2 --compressed \
--tlsv1.2 --alps \
--cert-compression brotli \
"$@"
2 changes: 1 addition & 1 deletion chrome/curl_edge99
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dir=${0%/*}
-H 'Sec-Fetch-Dest: document' \
-H 'Accept-Encoding: gzip, deflate, br' \
-H 'Accept-Language: en-US,en;q=0.9' \
--http2 --false-start --compressed \
--http2 --compressed \
--tlsv1.2 --alps \
--cert-compression brotli \
"$@"
2 changes: 1 addition & 1 deletion chrome/curl_safari15_3
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dir=${0%/*}
-H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' \
-H 'Accept-Language: en-us' \
-H 'Accept-Encoding: gzip, deflate, br' \
--http2 --false-start --compressed \
--http2 --compressed \
--tlsv1.0 --no-tls-session-ticket \
--http2-pseudo-headers-order 'mspa' \
"$@"
2 changes: 1 addition & 1 deletion chrome/curl_safari15_5
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dir=${0%/*}
-H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Accept-Encoding: gzip, deflate, br' \
--http2 --false-start --compressed \
--http2 --compressed \
--tlsv1.0 --no-tls-session-ticket \
--cert-compression zlib \
--http2-pseudo-headers-order 'mspa' \
Expand Down
2 changes: 1 addition & 1 deletion docs/02_USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The important part of the script is:
-H 'Sec-Fetch-Dest: document' \
-H 'Accept-Encoding: gzip, deflate, br' \
-H 'Accept-Language: en-US,en;q=0.9' \
--http2 --false-start --compressed \
--http2 --compressed \
--tlsv1.2 --no-npn --alps \
--cert-compression brotli \
"$@"
Expand Down
2 changes: 1 addition & 1 deletion firefox/curl_ff100
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ dir=${0%/*}
-H 'Sec-Fetch-Site: none' \
-H 'Sec-Fetch-User: ?1' \
-H 'TE: Trailers' \
--http2 --false-start --compressed \
--http2 --compressed \
"$@"
2 changes: 1 addition & 1 deletion firefox/curl_ff102
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ dir=${0%/*}
-H 'Sec-Fetch-Site: none' \
-H 'Sec-Fetch-User: ?1' \
-H 'TE: Trailers' \
--http2 --false-start --compressed \
--http2 --compressed \
"$@"
2 changes: 1 addition & 1 deletion firefox/curl_ff109
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ dir=${0%/*}
-H 'Sec-Fetch-Site: none' \
-H 'Sec-Fetch-User: ?1' \
-H 'TE: Trailers' \
--http2 --false-start --compressed \
--http2 --compressed \
"$@"
2 changes: 1 addition & 1 deletion firefox/curl_ff117
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ dir=${0%/*}
-H 'Sec-Fetch-Site: none' \
-H 'Sec-Fetch-User: ?1' \
-H 'TE: Trailers' \
--http2 --false-start --compressed \
--http2 --compressed \
"$@"
2 changes: 1 addition & 1 deletion firefox/curl_ff91esr
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ dir=${0%/*}
-H 'Sec-Fetch-Site: none' \
-H 'Sec-Fetch-User: ?1' \
-H 'TE: Trailers' \
--http2 --false-start --compressed \
--http2 --compressed \
"$@"
2 changes: 1 addition & 1 deletion firefox/curl_ff95
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ dir=${0%/*}
-H 'Sec-Fetch-Site: none' \
-H 'Sec-Fetch-User: ?1' \
-H 'TE: Trailers' \
--http2 --false-start --compressed \
--http2 --compressed \
"$@"
2 changes: 1 addition & 1 deletion firefox/curl_ff98
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ dir=${0%/*}
-H 'Sec-Fetch-Site: none' \
-H 'Sec-Fetch-User: ?1' \
-H 'TE: Trailers' \
--http2 --false-start --compressed \
--http2 --compressed \
"$@"

0 comments on commit 1e8b50f

Please sign in to comment.