move C::E::LWP to C::E::Test and make C::E::H::D a subclass of C::E::T
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine.pm
index be5c580..3b4b758 100644 (file)
@@ -482,8 +482,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     || '';