Home
last modified time | relevance | path

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

/dports/devel/aws-c-http/aws-c-http-0.6.8/include/aws/http/
H A Dstatus_code.h78 AWS_HTTP_STATUS_CODE_508_LOOP_DETECTED = 508, enumerator
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dhttp.c449 case AWS_HTTP_STATUS_CODE_508_LOOP_DETECTED: in aws_http_status_text()