Differences From Artifact [a8ab196d80]:
- File src/cgi.c — part of check-in [4dae79503f] at 2012-03-18 11:43:09 on branch trunk — Improved error message when parsing JSON input request fail. (user: stephan size: 42852) [more...]
To Artifact [568749f3c7]:
- File src/cgi.c — part of check-in [a496d8e88d] at 2012-03-29 14:54:45 on branch mgagnon_fix — Add vim modline everywhere (user: mgagnon size: 42894)
| ︙ | |||
1442 1443 1444 1445 1446 1447 1448 | 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 | + + + + + | if( zIf==0 ) return; if( objectTime > cgi_rfc822_parsedate(zIf) ) return; cgi_set_status(304,"Not Modified"); cgi_reset_content(); cgi_reply(); fossil_exit(0); } /* * vim:ts=2:sts=2:et:sw=2:ft=c */ |