httpWrite
extern int httpWrite(http_t *http, const char *buffer, int length);
return (httpWrite(svc->connection, buffer, length));