Pointer to a function to be called by "Serve" upon arrival of a request in case no listener is provided. The function is called with a request of len bytes that is stored in THE buffer. The function should store the answer to the request in THE buffer and should return the number of bytes of the answer.
|