ufairiya / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

Leftover debug/test statement #59

Closed GoogleCodeExporter closed 9 years ago

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

GoogleCodeExporter commented 9 years ago
This was already removed, see 
http://code.google.com/p/mongoose/source/detail?r=408
Thanks!

Original comment by valenok on 16 Jun 2009 at 7:58