Differences From Artifact [73bf9c173a]:
- File src/cgi.c — part of check-in [06d4751a44] at 2018-07-15 18:31:46 on branch trunk — Improvements to error logging. Only log fossil_panic() calls, not fossil_fatal() calls. (user: drh size: 62242) [more...]
To Artifact [a9bdf9efc4]:
- File src/cgi.c — part of check-in [e2fd46ddcc] at 2018-07-17 15:10:15 on branch webmail — Fix a mimetype typo that prevents email notification from running. (user: drh size: 62242) [more...]
| ︙ | |||
341 342 343 344 345 346 347 | 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 | - + |
}
fflush(g.httpOut);
CGIDEBUG(("DONE\n"));
/* After the webpage has been sent, do any useful background
** processing.
*/
|
| ︙ |