maccaches / skipfish

Automatically exported from code.google.com/p/skipfish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code error

GoogleCodeExporter opened this issue · comments

version:skipfish 2.10b
filename:skipfish.c
function name:read_urls
line number:221
code: 
-- if(!strncmp((char*)url,"GET ", 4) || !strncmp((char*)url,"POST ", 4)) {
++ if(!strncmp((char*)url,"GET ", 4) || !strncmp((char*)url,"POST ", 5)) {


Original issue reported on code.google.com by ahai....@gmail.com on 29 Jun 2015 at 7:56