Description
This patch improves the TSHostLookup() API by specifying it's hostname argument as const. This reduces the number of casts required of plugin authors.
The new prototype is:
tsapi TSAction TSHostLookup(TSCont contp, const char* hostname, size_t namelen)