Revision history for Sub::Spec::HTTP::Server
0.05 2011-06-17
No functional changes. Extract SHARYANTO:: modules to SHARYANTO-Utils.
0.04 2011-05-31
[BUG FIXES]
- fix code order to make sure we send chunked response when
X-SS-Mark-Chunk or X-SS-Log-Level request header is set to true
value.
0.03 2011-05-25
[BUG FIXES]
- remove unneeded use statement (Data::Dump::Partial &
Data::Dump::OneLine) [cpantesters]
[ETC]
- do not log response content on help request, to reduce log size.
0.02 2011-05-20
[BUG FIXES]
- before_prefork() didn't get called.
- (build) Add missing dep: HTTP::Request::AsCGI
- Lots of other small fixes in code & POD.
0.01 2011-05-19
- First release.