httpd_default_send() function
This is the low level default send function of the HTTPD. This should NEVER be called directly. The semantics of this is exactly similar to send() of the BSD socket API.
Arguments
sockfd
Socket descriptor for sending data
buf
Pointer to the buffer from where the body of the response is taken
buf_len
Length of the buffer
flags
Flags for mode selection
Return value
- Length of data : if successful - -1 : if failed (appropriate errno is set)