Lines Matching defs:response
222 if (req->response == NULL && stream_errno != 0 &&
249 if (req->response != NULL && req->response->submitted)
253 /* no response submitted yet */
256 /* response submitted, but not all payload is necessarily read */
272 state it is in). this call also triggers sending the next response if
357 && req->response == NULL) {
379 if (req->response != NULL && req->response->submitted)
384 (req->response != NULL && req->response->submitted));
877 && req->response == NULL && req->req.version_minor >= 1
880 static const char *response = "HTTP/1.1 100 Continue\r\n\r\n";
883 if (o_stream_send(output, response, strlen(response)) < 0) {
895 req->response != NULL);
898 "Sending response");
902 ret = http_server_response_send(req->response);
963 struct http_server_response *resp = req->response;
980 "Not ready to continue response: "
981 "Server is producing response");
986 "Not ready to continue response: "