tidy-up: whitespace [ci skip]

This commit is contained in:
Viktor Szakats 2024-04-16 09:52:23 +02:00
parent 3774b8a9a7
commit f81f60206d
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201
9 changed files with 13 additions and 22 deletions

View File

@ -476,4 +476,3 @@ and then re-use that in another invocation.
Both our OpenSSL fork and boringssl have APIs for both controlling GREASE and Both our OpenSSL fork and boringssl have APIs for both controlling GREASE and
accessing and logging ``retry_configs``, it seems WolfSSL has neither. accessing and logging ``retry_configs``, it seems WolfSSL has neither.

View File

@ -96,4 +96,3 @@ n = len(arr) - 1
CombinationRepetition(arr, badarr, n, r) CombinationRepetition(arr, badarr, n, r)
# This code is contributed by Vaibhav Kumar 12. # This code is contributed by Vaibhav Kumar 12.

View File

@ -1148,4 +1148,3 @@ fi
# add to list of bad runs (updating file age) # add to list of bad runs (updating file age)
echo "ECH badness at $NOW" >>"$LTOP"/bad_runs echo "ECH badness at $NOW" >>"$LTOP"/bad_runs
exit 2 exit 2

View File

@ -97,5 +97,3 @@ class TestBasic:
r.check_stats(http_status=200, count=1) r.check_stats(http_status=200, count=1)
assert r.stats[0]['time_connect'] > 0, f'{r.stats[0]}' assert r.stats[0]['time_connect'] > 0, f'{r.stats[0]}'
assert r.stats[0]['time_appconnect'] > 0, f'{r.stats[0]}' assert r.stats[0]['time_appconnect'] > 0, f'{r.stats[0]}'

View File

@ -495,4 +495,3 @@ class TestDownload:
r.check_exit_code(0) r.check_exit_code(0)
srcfile = os.path.join(httpd.docs_dir, docname) srcfile = os.path.join(httpd.docs_dir, docname)
self.check_downloads(client, srcfile, count) self.check_downloads(client, srcfile, count)

View File

@ -134,4 +134,3 @@ class TestErrors:
else: else:
r.check_exit_code(0) r.check_exit_code(0)
r.check_response(http_status=200, count=count) r.check_response(http_status=200, count=count)

View File

@ -542,4 +542,3 @@ class TestUpload:
'--expect100-timeout', f'{read_delay-1}' '--expect100-timeout', f'{read_delay-1}'
]) ])
r.check_stats(count=1, http_status=200, exitcode=0) r.check_stats(count=1, http_status=200, exitcode=0)

View File

@ -368,4 +368,3 @@ class TestProxy:
else: else:
r.check_response(count=1, http_status=200, r.check_response(count=1, http_status=200,
protocol='HTTP/2' if proto == 'h2' else 'HTTP/1.1') protocol='HTTP/2' if proto == 'h2' else 'HTTP/1.1')