We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b434f18 commit 577375fCopy full SHA for 577375f
elastic_transport/_node/_http_httpx.py
@@ -146,7 +146,6 @@ async def perform_request( # type: ignore[override]
146
headers=dict(resolved_headers),
147
timeout=request_timeout,
148
)
149
- resp.raise_for_status()
150
response_body = resp.read()
151
duration = time.perf_counter() - start
152
except RERAISE_EXCEPTIONS + BUILTIN_EXCEPTIONS:
0 commit comments