Home
last modified time | relevance | path

Searched refs:follow_remaining (Results 1 – 1 of 1) sorted by relevance

/dports/www/kannel/gateway-1.4.4/gwlib/
H A Dhttp.c688 int follow_remaining; member
701 List *headers, Octstr *body, int follow_remaining, in server_create() argument
723 trans->follow_remaining = follow_remaining; in server_create()
921 if (trans->status < 0 || trans->follow_remaining <= 0) in get_redirection_location()
1207 --trans->follow_remaining; in handle_transaction()
1749 int follow_remaining; in http_start_request() local
1752 follow_remaining = HTTP_MAX_FOLLOW; in http_start_request()
1754 follow_remaining = 0; in http_start_request()
1756 trans = server_create(caller, method, url, headers, body, follow_remaining, in http_start_request()