has_header returns a tuple of (found: bool, cached: bool), so `if has_header` will always return true because the tuple is non-empty. We need to check if the found value is true or not.pull/7757/head
parent
7d11d7cf68
commit
cb6ccf2632
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue