On Thu, Sep 25, 2008 at 04:34:50PM +0300, Oleg Kostyuk wrote:
> > 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.

Thanks, but the return behaves fine. It's the codepath where the 304 is 
returned that is breaking.

Thanks,
Gavin


_______________________________________________
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