Skip to content

Commit 0268a50

Browse files
committed
debug
1 parent a4808e6 commit 0268a50

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/python/lib/http_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def send_http_request(port, uri='/', method='GET', timeout=30, **kwargs):
2828
print("\nSending HTTP request: [{}]".format(blue(url)))
2929
r = session.request(method=method, url=url, timeout=timeout, **kwargs)
3030
session.close()
31+
print(r)
3132
print("HTTP request debug:")
3233
print("=============================")
3334
print(*[i for i in dump.dump_all(r).splitlines(True)], sep="\n")

0 commit comments

Comments
 (0)