in reply to Streaming data using dancer
You don't have [ $status, $headers, ] which appears to be the required argument to $respond->(), you need $respond->( [ 200, ['Content...'] ]);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Streaming data using dancer
by gsiems (Deacon) on Mar 14, 2013 at 21:10 UTC | |
by Anonymous Monk on Mar 14, 2013 at 21:25 UTC | |
by gsiems (Deacon) on Mar 14, 2013 at 21:26 UTC | |
by Anonymous Monk on May 10, 2013 at 03:18 UTC |