
moseley at hank
Mar 19, 2012, 5:47 AM
Post #1 of 2
(183 views)
Permalink
|
|
read_length removed from Catalyst::Engine
|
|
I had some code using $c->engine->read_length attribute which seems to have been removed after 5.90007. IIRC, that attribute just held the value of the content-length header. Is there any reason I can't use $c->request->header('Content-Length') as a replacement? -- Bill Moseley moseley [at] hank
|