Commit e2dfa56d authored by Geoff Simmons's avatar Geoff Simmons

Prototype v0.5.3: Forward-porting v0.4.2 (XID submitted with each record)

parent 801ef0af
......@@ -212,7 +212,7 @@ use Getopt::Std;
use Pod::Usage;
$Getopt::Std::STANDARD_HELP_VERSION = 1;
$main::VERSION = "0.5.2";
$main::VERSION = "0.5.3";
sub HELP_MESSAGE {
pod2usage(-exit => 0, -verbose => 1);
......@@ -602,6 +602,7 @@ sub run_varnishlog {
&& $record{$tid}{xid}
&& $record{$tid}{xid} eq $in[0]) {
if ($record{$tid}{data}) {
push @{$record{$tid}{data}}, "XID=$record{$tid}{xid}";
my $data = join('&', @{$record{$tid}{data}});
$records++;
logg(DEBUG, "$records complete records found");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment