Changeset 149
- Timestamp:
- 08/12/2009 12:49:34 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/plugins/nikto_core.plugin (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/nikto_core.plugin
r148 r149 1823 1823 unless ($_[4]) { LW2::http_fixup_request(\%request); } 1824 1824 # Cache 1825 if (defined $CACHE{$request{whisker}->{uri}} && !defined $CLI{nocache}) 1825 if (defined $CACHE{$request{whisker}->{uri}} && !defined $CLI{nocache} && 1826 $CACHE{$request{whisker}->{uri}}{method} eq $request{whisker}->{method}) 1826 1827 { 1827 1828 # Get from cache … … 1836 1837 unless (defined $CLI{nocache}) 1837 1838 { 1839 $CACHE{$request{whisker}->{uri}}{method}=$result{whisker}->{method}; 1838 1840 $CACHE{$request{whisker}->{uri}}{res}=$result{whisker}->{code}; 1839 1841 $CACHE{$request{whisker}->{uri}}{content}=$result{whisker}->{data};
Note: See TracChangeset
for help on using the changeset viewer.