Case
TorError.invalidResponse(_:)
A control-protocol reply or async event could not be parsed.
case invalidResponse(String)
Mentioned In
Discussion
Raised by ControlProtocolParser when a reply line violates control-spec.txt §2.3 (short line, missing status prefix, unclosed multi-line). The payload carries the offending line (or a summary) for debugging. Should be treated as a bug in swift-tor or a Tor version mismatch — not a user-recoverable error.