plack / Plack

PSGI toolkit and server adapters
http://plackperl.org/
Other
486 stars 214 forks source link

fix HTTP::Message::PSGI handling a delayed writer with no content #653

Closed haarg closed 3 years ago

haarg commented 3 years ago

If a delayed writer is used, but ->write is never called, the body arrayref would never get created, leading to errors.