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
Fix the serve command sometimes fails to destructure the request pool array (#55427)
The code expects the array to always contain 3 items, but apparently
that's not always true. Sometimes it only contains a single key "1" with
the file that was requested (when PHP serves a file).
I don't know the root cause yet, but this patch seems to work around
that.
0 commit comments