abadc0de преди 12 години
родител
ревизия
10234b07c4
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      mongoose.c

+ 0 - 1
mongoose.c

@@ -3979,7 +3979,6 @@ static int lsp(struct mg_connection *conn, const char *path,
         if (p[j] == '\n') ++lualines;
         if (p[j] == '\n') ++lualines;
         if (p[j] == '?' && p[j + 1] == '>') {
         if (p[j] == '?' && p[j + 1] == '>') {
           mg_write(conn, p + pos, i - pos);
           mg_write(conn, p + pos, i - pos);
-	        //lua_settop(L, 0);
           lua_pushlightuserdata(L, conn);
           lua_pushlightuserdata(L, conn);
           lua_pushcclosure(L, lsp_mg_error, 1);
           lua_pushcclosure(L, lsp_mg_error, 1);
           snprintf (chunkname, sizeof(chunkname), "@%s+%i", path, lines);
           snprintf (chunkname, sizeof(chunkname), "@%s+%i", path, lines);