X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FEngine.pm;h=27dfb3d80cf2d3b5d9ce1243d740d237a458cdef;hp=05136150e0868bdede9d2e9fdf7c8de51deac8fe;hb=1a80619d839bc8dd6321648d8140a795bf85025e;hpb=7276682176592974bbbe424ed5ad98bb6051f3e5 diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index 0513615..27dfb3d 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -444,8 +444,8 @@ sub prepare { } $c->prepare_request($r); $c->prepare_path; - $c->prepare_cookies; $c->prepare_headers; + $c->prepare_cookies; $c->prepare_connection; my $method = $c->req->method || ''; my $path = $c->req->path || '';