jamsphere / skipfish

Automatically exported from code.google.com/p/skipfish
Apache License 2.0
0 stars 0 forks source link

code error #216

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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