Skip to content

Commit

Permalink
Merge branch 'main' into support/3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch committed Nov 1, 2023
2 parents 7865bc0 + add9079 commit 9929ae9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,9 @@ def http_request(
# .. do invoke the connection ..
response = self.invoke_http(cid, method, address, data, headers, {}, params=qs_params, *args, **kwargs)

# .. by default, we have no response at all ..
response.data = None

# .. now, log what we received.
msg = f'REST out ← cid={cid}; {response.status_code} time={response.elapsed}; len={len(response.text)}'
logger.info(msg)
Expand Down

0 comments on commit 9929ae9

Please sign in to comment.