Home | History | Annotate | Download | only in mongoose

Lines Matching full:304

809     // Errors 1xx, 204 and 304 MUST NOT send a body
810 if (status > 199 && status != 204 && status != 304) {
1650 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334
2701 // Return True if we should reply 304 Not Modified.
3383 send_http_error(conn, 304, "Not Modified", "");