You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was reading the code of WrapCGI and the current code that does read from psgi.input uses the diamond operator to read the whole input from filehandles, which will probably not work with PSGI servers where input buffering is off (uwsgi for instance).
I was reading the code of WrapCGI and the current code that does read from
psgi.input
uses the diamond operator to read the whole input from filehandles, which will probably not work with PSGI servers where input buffering is off (uwsgi for instance).https://github.com/plack/Plack/blob/master/lib/Plack/App/WrapCGI.pm#L12-L17
The text was updated successfully, but these errors were encountered: