> Short version is that everything works beautifully when
> doing a HEAD, and my 304 is happily returned, but the same
> code on a GET causes a 500, with nothing helpful logged.
> Code snippet is:
>
>  sub index_GET {
>    my ($self, $c) = @_;
>    my $sset = $c->stash->{sset} or return;
Probably, when "return" is executed - you'll get unexpected result.

-- 
Sincerely yours,
Oleg Kostyuk (CUB-UANIC)

_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to