int Ns_ConnReturnOpenFile( Ns_Conn *conn, int status, char *type, int fd, int len );
fd
argument instead of a file name, and it requires an additional length argument. It returns the entire contents of the given file to the client. Ns_ConnReturnOpenFd returns a status of NS_OK or NS_ERROR.