frankenphp
frankenphp copied to clipboard
Issue 1: Inconsistent URL Construction
In several files (e.g., api.js, computation.js, database.js), the URL is constructed using http.url${__ENV.CADDY_HOSTNAME}/sleep.php.... In other files (e.g., hanging-requests.js, hello-world.js, timeouts.js), the URL is constructed using string concatenation: ${__ENV.CADDY_HOSTNAME}/sleep.php.... The usage should be consistent across all files. Prefer http.url` or template literals for readability and maintainability.
Not sure to understand. Are you on the wrong issue tracker?
Looking at that account, this seems like some kind of code review automation.