HTTP_CONTINUE
case HTTP_CONTINUE :
return (HTTP_CONTINUE);
if (http->status == HTTP_CONTINUE)
return (HTTP_CONTINUE);
if (http->error == EPIPE && http->status > HTTP_CONTINUE)
return (HTTP_CONTINUE);
http->status = HTTP_CONTINUE;
while (httpUpdate(&myhttp) == HTTP_CONTINUE);
http->status = HTTP_CONTINUE;
http_status_t status = HTTP_CONTINUE;
while (status == HTTP_CONTINUE)
http_status_t status = HTTP_CONTINUE;
while (status == HTTP_CONTINUE)