Return a "not modified" HTTP status line.
int Ns_ConnReturnNotModified (Ns_Conn *conn);
Calls Ns_ConnReturnStatus or Ns_ConnReturnNotice with a status code of 304 to indicate that the requested data have not been modified since the time specified by the If-Modified-Since header sent by the client.