Fixes https://github.com/denoland/deno/issues/28022 Previously, when a user manipulated the global `Response` object, we would use that object when passing the response from the Node shim to `Deno.serve`. This caused issues when the user manipulated the `Response` object in a way that would break `Deno.serve`. The raw headers bug is that we were exposing the `rawHeaders` field on `Incoming` as a `Headers` object, instead it's supposed to be a flat array of the header keys + values. I.e. `["Content-Type:", "application/json", "Host:", "http://localhost"]`
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by lucacasonato and has received 0 comments.