logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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