HTTP_BAD_REQUEST
case HTTP_BAD_REQUEST :
if (http->status < HTTP_BAD_REQUEST)
if (http->status == HTTP_ERROR || http->status >= HTTP_BAD_REQUEST)
case HTTP_BAD_REQUEST: