This example demonstrates using a timeout value and callback handler to make sure the response doesn't take too long. In this example, the server is configured to delay it's response on every other request, so the first time will not timeout, the second will, the third won't, etc.