Turbopack: Don't decode url-encoded characters in request paths
This prevents the Turbopack dev server from decoding characters like %2F in request paths when handling requests. Next.js expects this not to happen when handling routes, for example.
Test Plan: CI