Ns_ConnResponseLength

Name

Ns_ConnResponseLength -- Return response length

Syntax

int Ns_ConnResponseLength (Ns_Conn *conn);

Description

The Ns_ConnResponseStatus function returns the response length associated with the connection. This value is only meaningful after a response has been returned to the client. This function will normally be used in trace functions. See Ns_RegisterTrace for more information about traces.