MCPcopy Create free account
hub / github.com/acl-dev/acl / http_proxy_next

Function http_proxy_next

app/jaws/module/mod_http/http_proxy.c:1228–1240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1226}
1227
1228static int http_proxy_next(HTTP_CLIENT *http_client)
1229{
1230 HTTP_CLIENT_REQ *req = acl_fifo_head(&http_client->req_list);
1231
1232 if (req) {
1233 if (!(req->flag & CLIENT_READ_WAIT))
1234 handle_one(http_client, req);
1235 } else {
1236 http_proxy_req_get(http_client);
1237 }
1238
1239 return (0);
1240}
1241
1242/* ������Ӧ�����ͻ���ʧ��ʱ�Ļص����� */
1243

Callers 1

Calls 3

acl_fifo_headFunction · 0.85
http_proxy_req_getFunction · 0.85
handle_oneFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…