Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't assume capabilities have been cached when sending literals
_send_literal was assuming that _cached_capabilites was populated when checking for LITERAL+ but this isn't guaranteed. has_capability is now used to check for LITERAL+. This will populate the capabilities cache if it hasn't been already. Fixes #560
- Loading branch information