0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #35 from kazuho/kazuho/pr/34 More... over 4 years ago
update test More... over 4 years ago
Drop C-L instead of rejecting the request. The rationale is that there might be innocent clients that send both C-L and T-E: chunked. More... over 4 years ago
Prevent HTTP Smuggling. More... over 4 years ago
Merge pull request #33 from fujiwara/depends-on-p-prefork-0.18 More... about 7 years ago
depends on Parallel::Prefork 0.18 More... about 7 years ago
Merge pull request #32 from ap/meta More... over 7 years ago
improve META More... over 7 years ago
add MYMETA to MANIFEST.SKIP as suggested by http://weblog.bulknews.net/post/44251476706/stop-shipping-mymeta-to-cpan More... over 7 years ago
add doc for #29 More... over 7 years ago
releng for 0.31 More... over 7 years ago
Merge pull request #25 from oschwald/greg/fix-expect More... over 7 years ago
Merge pull request #29 from kazuho/kazuho/informational-response More... almost 8 years ago
releng for 0.30 More... almost 8 years ago
Squashed commit of the following from pull request #26, removing inrelevant changes: More... almost 8 years ago
add test for informational response More... almost 8 years ago
export `psgix.informational` callback for sending informational response More... almost 8 years ago
releng for 0.29 More... about 8 years ago
Merge pull request #28 from limitusus/hotfix/spawn-interval More... about 8 years ago
removed unused code More... about 8 years ago
added a simple test case for spawn-interval option More... about 8 years ago
wait longer if spawn-interval is set, to terminate workers gracefully More... about 8 years ago
Fix Expect header handling More... over 8 years ago
releng for 0.28 More... over 8 years ago
releng for 0.27_01 More... over 8 years ago
Merge pull request #23 from kazuho/kazuho/race-free-sigterm-2 More... over 8 years ago
on SIGTERM, stop using keep-alive and exit the process once the last request gets handled More... over 8 years ago
periodically send TERM to workers until they die More... over 8 years ago
simplify (only set `term_received` flag on SIGTERM), and upon return from `accept` refer to the value and exit if necessary More... over 8 years ago
set `can_exit` to zero right after accept(2) until the first request is received (or receive timeout) More... over 8 years ago