Skip to content

Commit 4c2242c

Browse files
committed
Add comments to http_client
1 parent 015d5da commit 4c2242c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

aikido_zen/sinks/http_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
@before
1414
def _putrequest(func, instance, args, kwargs):
15+
# putrequest(...) is called with path argument, store this on the HTTPConnection
16+
# instance for later use in the getresponse(...) function.
1517
path = get_argument(args, kwargs, 1, "path")
1618
setattr(instance, "_aikido_var_path", path)
1719

0 commit comments

Comments
 (0)