Subject: | Discard HTTP body on HEAD |
per 2014-11-02 IRC conversation:
Can't guarantee that some servers out in the wild won't return content even if you perform a HEAD request. The module will croak with "Spurious on_read…" if it gets input of this kind.
PS: replace croak $self->invoke_error in Connection.pm.