Searched refs:http_state (Results 1 – 1 of 1) sorted by relevance
5621 http_state_t http_state; /* HTTP state */ in process_http() local5667 while ((http_state = httpReadRequest(client->http, uri, in process_http()5675 if (http_state == HTTP_STATE_ERROR) in process_http()5684 else if (http_state == HTTP_STATE_UNKNOWN_METHOD) in process_http()5690 else if (http_state == HTTP_STATE_UNKNOWN_VERSION) in process_http()5697 fprintf(stderr, "%s %s %s\n", client->hostname, http_states[http_state], uri); in process_http()5707 (http_state != HTTP_STATE_OPTIONS || strcmp(uri, "*"))) in process_http()