Results 4 comments of FDKevin

Sorry, I didn't realize that the code was generated using openAPI. I think it would be better to add a note saying `Code generated - DO NOT EDIT` at the...

> It seems while the client has changed to treating the file as raw bytes the server code has changed to treating the file as utf-8 bytes. Yeah, the new...

I think I figured out why the crash happened presumably because of edits to undefined headers. Cloudflare official redirect with poweredBy middleware will crash. I used a global `app.use('*', poweredBy())`...

I'm OK with using `c.redirect()` instead. In fact, I had a viable solution from the very beginning. This is really confusing enough, and it took me a long time to...