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
AE::Handle's on_drain and push_read stuff doesn't work nice on Linux.
You can try enable Plack::Middleware::Static (or Plack::App::File) and access those static files without AIO (PLACK_NO_SENDFILE=1) on linux. Works fine on OS X etc.
The text was updated successfully, but these errors were encountered:
AE::Handle's on_drain and push_read stuff doesn't work nice on Linux.
You can try enable Plack::Middleware::Static (or Plack::App::File) and access those static files without AIO (PLACK_NO_SENDFILE=1) on linux. Works fine on OS X etc.
The text was updated successfully, but these errors were encountered: