Differences From Artifact [bfccfd9cf8]:
- File src/cgi.c — part of check-in [cfc7aca2c1] at 2018-07-14 14:13:31 on branch trunk — Add the --nocompress option to the "ui", "server", and "http" commands. This option prevents HTTP reply compression, which is useful during debugging. The option is on by default for "test-http". Also, make sure the mimetype for error messages is set to text/html. (user: drh size: 62196)
To 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...]
| ︙ | |||
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.
*/
|
| ︙ |