miyagawa / Starman

Starman is a high-performance preforking Perl PSGI web server
http://search.cpan.org/dist/Starman
Other
287 stars 84 forks source link

_prepare_env: check definedness instead of value #61

Closed florolf closed 6 years ago

florolf commented 11 years ago

Check whether inputbuf is defined instead of evaluating it for truth.

The old behavior caused a body consisting only of "0" to disappear; this commit fixes the problem.

This is essentially a duplicate of https://github.com/PerlDancer/Dancer/pull/858.

miyagawa commented 11 years ago

Can you provide a unit test to address it?