Skip to content

Commit a58ca7f

Browse files
committed
add transaction_type(via VSL_transaction_e)
1 parent 35ce950 commit a58ca7f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/varnishapi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,6 +1737,7 @@ def _callBack(self, vsl, pt, fo):
17371737
'vxid_parent': tra.vxid_parent,
17381738
'reason': tra.reason,
17391739
'type': None,
1740+
'transaction_type': tra.type,
17401741
}
17411742

17421743
while 1:

0 commit comments

Comments
 (0)