Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
noc
Commits
b78f6e2d
Verified
Commit
b78f6e2d
authored
Jun 15, 2022
by
Andrey Vertiprahov
Browse files
Fix typo.
parent
a13b2a38
Pipeline
#36575
passed with stages
in 14 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/http/client.py
View file @
b78f6e2d
...
...
@@ -190,7 +190,7 @@ async def fetch(
except
OSError
as
e
:
metrics
[
"httpclient_timeouts"
]
+=
1
return
ERR_TIMEOUT
,
{},
b
"Connection error: %s"
%
smart_bytes
(
e
)
except
(
asyncio
.
TimeoutError
,
TimeoutError
)
:
except
asyncio
.
TimeoutError
:
metrics
[
"httpclient_timeouts"
]
+=
1
return
ERR_TIMEOUT
,
{},
b
"Connection timed out"
# Proxy CONNECT
...
...
Andrey Vertiprahov
@aversant
mentioned in commit
2c9c1f94
·
Jun 15, 2022
mentioned in commit
2c9c1f94
mentioned in commit 2c9c1f94695e3e9c215bb76a55d6488eb81ceed1
Toggle commit list
Andrey Vertiprahov
@aversant
mentioned in merge request
!6382 (merged)
·
Jun 15, 2022
mentioned in merge request
!6382 (merged)
mentioned in merge request !6382
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment