Codebase list libcapture-tiny-perl / 52fd1a1
reorder proxy closing for 5.6 compatibility David Golden 15 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
113113 $proxy_count{$p}--;
114114 _debug( "# unproxied " . uc($p) . " ($proxy_count{$p} left)\n" );
115115 if ( ! $proxy_count{$p} ) {
116 _close delete $dup{$p};
117116 _close $proxies{$p};
117 _close $dup{$p} unless $] < 5.008; # 5.6 will have already closed this as dup
118 delete $dup{$p};
118119 }
119120 }
120121 }