Feersum
view release on metacpan or search on metacpan
Revision history for Perl extension Feersum
1.505 Wed Apr 09 16:20:00 2025 -0200
- pipeline fix
- minor: manifest fix and test tweaks
1.504 Sat Jan 18 19:14:15 2025 -0200
- http/1.1 pipelining support
1.503 Tue Sep 17 12:14:15 2024 -0200
- start listening on re-forked child
- try fix test for some older perls on freebsd
1.502 Wed Sep 03 19:10:55 2024 -0200
- don't generate Content-Length header for 204 responses
- acknowledge PERL_USE_UNSAFE_INC=0
1.501 Sat Aug 31 09:10:55 2024 -0200
- http/1.1 keepalive support for chunked(streaming) responses
- max_connection_reqs to control requests per keepalive connection
- tweak some tests for better cpantesters matrix
1.500 Tue Aug 20 18:10:55 2024 -0200
Features:
- native interface: access specific parts of request
- http/1.1 keepalive support
- http/1.1 date header
- defer accept, accept4
Backward incompatibly:
- remove adobe flash policy support
1.410 Sat Dec 5 14:32:22 2020 +0800
Features
- Add unix domain socket support (vividsnow++)
# for example:
plackup -E production -l /tmp/app.sock -s Feersum --pre-fork N app.psgi
feersum --native --listen /tmp/app.sock --pre-fork N ./app.feersum
1.407 Sun Jun 9 16:17:30 2019 +0800
Bugfixes
- Fix interim test failures (snakpak++)
1.406 Fri Sep 21 08:15:32 2018 -0400
Bugfixes
- Fix tests by depending on HTTP::Entity::Parser 0.20+ (ltriant++)
1.405 Sun Jun 18 00:55:56 2017 +0800
Features
- Handle server_ready option in plack handler (haarg++)
Bugfixes
- Handle POST with empty content (hoytech++)
1.404 Tue Nov 1 22:52:42 2016 +0800
Features
- Unix socket support (hoytech++)
1.403 Wed Aug 12 19:19:57 2015 +0800
Features
- Add OPTIONS method support (mgreter++)
1.402 Fri Jul 31 12:02:30 2015 +0800
Bugfixes
- memeory leak if request method is POST (fangyousong++)
1.401 Wed Nov 6 21:53:25 2013 +0800
Bugfixes
- Fix tests for newer Plack::Test (@gfx++)
- Suppress compilation warnings under clang. (@gfx++)
1.400 Wed Sep 7 20:00:00 2011 -0700
Features
- Add flash socket policy support (au++)
Bugfixes
- mortal scalar leak (thanks bfg)
- 400s on incremental request parsing (GH#12 thanks danmcc)
Docs
- policy support and other tunables
- add some missed API
- mark the --pre-fork option as Experimental
Tests
- a bunch of author tests
- reduce the amount of parallelism in tests (makes them faster)
1.202 Thu Jun 30 00:45:00 2011 -0700
( run in 0.317 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )