r9568@zaphod (orig r6091): ash | 2007-02-22 04:43:57 +1100
authorKieren Diment <diment@gmail.com>
Wed, 4 Apr 2007 00:43:01 +0000 (00:43 +0000)
committerKieren Diment <diment@gmail.com>
Wed, 4 Apr 2007 00:43:01 +0000 (00:43 +0000)
commitdb9db4076abc290049cd3cc41979a55867239388
treefea0e4f91821e1e2254fbf625fb3d79b4997d167
parentc20c7349141fbf5dab2219fbf9ff809893be93db
r9568@zaphod (orig r6091):  ash | 2007-02-22 04:43:57 +1100
MyAction attribute - thanks aherzog
r9569@zaphod (orig r6092):  ash | 2007-02-22 04:53:13 +1100
Add lets add the new file shall we
r9590@zaphod (orig r6099):  andyg | 2007-02-23 16:54:42 +1100
Improve performance by skipping body processing if we don't have Content-Length
r9591@zaphod (orig r6100):  andyg | 2007-02-23 16:56:21 +1100
Bump version in C::R
r9593@zaphod (orig r6102):  andyg | 2007-02-24 02:51:49 +1100
Revert ningu's body change, can't see a good reason for this, and it has no tests
r9597@zaphod (orig r6106):  andyg | 2007-02-24 07:12:09 +1100
Avoid a call to the slow str2time when setting HTTP Date header
r9600@zaphod (orig r6109):  andyg | 2007-02-24 10:38:46 +1100
Add a default body to redirect responses
r9602@zaphod (orig r6111):  andyg | 2007-02-24 16:34:24 +1100
Add tests for body on redirects
r9608@zaphod (orig r6117):  andyg | 2007-02-27 05:07:01 +1100
Patch from zamolxes: MyApp->model/view now looks at MyApp->config->{default_view/model}
r9609@zaphod (orig r6118):  andyg | 2007-02-27 05:14:35 +1100
Serve proper HTML for the redirect message
r9710@zaphod (orig r6123):  andyg | 2007-02-28 17:45:31 +1100
Improved performance and stability of built-in HTTP server.  Ripped out keep-alive hack.  Increased chunk size from 4K to 64K.
r9749@zaphod (orig r6145):  andyg | 2007-03-10 06:01:09 +1100
Re-enable keep-alive support in HTTP engine, with a 1-second delay
Changes
lib/Catalyst/Engine/HTTP.pm