Lines Matching full:304
951 // as well as 204 No Content and 304 Not Modified.952 return ((code >= 100) && (code <= 199)) || (code == 204) || (code == 304);