Hi, in section 8 - "Returning from components" in the users guide you can find something about the return codes.
There are constants for the return values of components defined in <tnt/http.h>. The constant DECLINED, which has the value 0, tells tntnet to continue in the MapUrl chain. All other codes are http return codes as you already found out. HTTP_OK has the value 200, which means as the name indicates, that everything went fine. The ecpp compiler generates a "return HTTP_OK" to the end of the component. Tommi ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
