ADSJ (Adam Sjøgren) wrote: > - return 1 if $c->response->body; > + return 1 if length $c->response->body; > unless ( $c->response->content_type ) { > should it return true for the case of the empty string? If so maybe return 1 if defined $c->response->body;