What steps will reproduce the problem?
1. Create a SSI html (.shtml) in the web root folder for mongoose
2. Open the file with a web browser
3. mongoose will cry with "[Tue Jun 16 13:37:55 2009] [error] [client
127.0.0.1] GET /index.html: WOOOOO"
What is the expected output? What do you see instead?
Looking at the code, I believe the "WOOOOO" is a left over debug statement
that should be removed.
What version of the product are you using? On what operating system?
2.6 on Linux. Running embedded in my C++ application.
Please provide any additional information below.
line 2959 of mongoose.c is: cry(conn, "WOOOOO");
I think this is a debugging/test statement that should be removed.
Original issue reported on code.google.com by jdlambre...@gmail.com on 16 Jun 2009 at 7:50
Original issue reported on code.google.com by
jdlambre...@gmail.com
on 16 Jun 2009 at 7:50