class Puma::Client
def can_close?
- Version: - 5.0.0
def can_close? # Allow connection to close if we're not in the middle of parsing a request. @parsed_bytes == 0 end
def can_close? # Allow connection to close if we're not in the middle of parsing a request. @parsed_bytes == 0 end