Searched refs:LOOP_DETECTED (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/http/ | ||
H A D | __init__.py | 147 LOOP_DETECTED = 508, 'Loop Detected' variable in HTTPStatus |
/third_party/nghttp2/third-party/llhttp/include/ | ||
H A D | llhttp.h | 514 XX(508, LOOP_DETECTED, LOOP_DETECTED) \ |
/third_party/node/src/ | ||
H A D | node_http_common.h | 186 V(LOOP_DETECTED, 508) \ |
/third_party/python/Lib/test/ | ||
H A D | test_httplib.py | 665 LOOP_DETECTED = 508, 'Loop Detected' variable in BasicTest.test_simple_httpstatus.CheckedHTTPStatus |
Completed in 7 milliseconds