Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Plack::Middleware::IIS7KeepAliveFix - fixes buffer being cut off on redirect when keep-alive is active on

Authors

       KnowZeroX

perl v5.38.2                                       2024-01-20              Plack::Middlew...IS7KeepAliveFix(3pm)

Description

       This middleware fixes buffer being cut off on redirect when keep-alive is active on IIS7.

Name

       Plack::Middleware::IIS7KeepAliveFix - fixes buffer being cut off on redirect when keep-alive is active on
       IIS.

Synopsis

         # in your app.psgi
         use Plack::Builder;

         builder {
           enable "IIS7KeepAliveFix";
           $app;
         };

         # Or from the command line
         plackup -s FCGI -e 'enable "IIS7KeepAliveFix"' /path/to/app.psgi

See Also