Parent Directory
|
Revision Log
|
Patch
revision 299 by siliconforks, Mon Oct 13 02:39:58 2008 UTC | revision 300 by siliconforks, Mon Oct 13 03:07:24 2008 UTC | |
---|---|---|
# | Line 711 | Line 711 |
711 | return; | return; |
712 | } | } |
713 | if (strcmp(abs_path, "/jscoverage.js") == 0) { | if (strcmp(abs_path, "/jscoverage.js") == 0) { |
714 | const char * s = "jscoverage_isServer = true;\n"; | const char * s = "jscoverage_isServer = true;\r\n"; |
715 | if (HTTPExchange_write_response(exchange, s, strlen(s)) != 0) { | if (HTTPExchange_write_response(exchange, s, strlen(s)) != 0) { |
716 | HTTPServer_log_err("Warning: error writing to client\n"); | HTTPServer_log_err("Warning: error writing to client\n"); |
717 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.24 |