Skip to content

Commit

Permalink
Merge branch 'master' into thomasht86/fix-asyncclient-timeout-param
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasht86 authored Oct 16, 2024
2 parents 84d889e + a6525ca commit 377babf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vespa/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ def get_connection_response_with_retry(
)
if response.status_code != 200:
raise HTTPError(
f"HTTP {response.status_code} error: {response.reason_phrase} for {path}"
f"HTTP {response.status_code} reason: {response.reason_phrase} error_text: {response.text} for {path}"
)
return response

Expand Down

0 comments on commit 377babf

Please sign in to comment.