Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-ganeti
Commits
13b63666
Commit
13b63666
authored
Dec 09, 2008
by
Michael Hanselmann
Browse files
ganeti.http: Remove _HttpClientError
This is a leftover from old code. Reviewed-by: iustinp
parent
59305197
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/http/__init__.py
View file @
13b63666
...
...
@@ -72,6 +72,7 @@ _SSL_UNEXPECTED_EOF = "Unexpected EOF"
# send/receive quantum
SOCK_BUF_SIZE
=
32768
class
HttpError
(
Exception
):
"""Internal exception for HTTP errors.
...
...
@@ -80,14 +81,6 @@ class HttpError(Exception):
"""
class
_HttpClientError
(
Exception
):
"""Internal exception for HTTP client errors.
This should only be used for internal error reporting.
"""
class
HttpSocketTimeout
(
Exception
):
"""Internal exception for socket timeouts.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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