Moshe Bergwerk

Results 1 comments of Moshe Bergwerk

seeing this happen also with 3.5.3 when `health_check_interval` is enabled, and `parse_response()` returns None because of this: ``` if conn.health_check_interval and \ response == self.health_check_response: # ignore the health check...