MT#7705 - update last request tx_id only for a new request to work with scenarios where there are more than one reply for a request

changes/55/555/1
Kirill Solomko 11 years ago
parent 0fbcf75902
commit 86f78f3b3b

@ -28,7 +28,6 @@ method get_log_params ($self: Catalyst :$c, :$type?, :$data?) {
$c->request->path;
if ($c->session->{api_request_tx_id}) {
$log_tx_id = $c->session->{api_request_tx_id};
delete $c->session->{api_request_tx_id}
}
} else {
my $caller = (caller 2)[3];

Loading…
Cancel
Save