Chromium Code Reviews| Index: net/http/partial_data.cc |
| =================================================================== |
| --- net/http/partial_data.cc (revision 23679) |
| +++ net/http/partial_data.cc (working copy) |
| @@ -258,9 +258,6 @@ |
| current_range_start_ += result; |
| cached_min_len_ -= result; |
| DCHECK(cached_min_len_ >= 0); |
| - } else if (!result) { |
| - // TODO(rvargas): we can detect this error and make sure that we are not |
| - // in a loop of failure/retry. |
| } |
| } |