Skip to content

Commit

Permalink
Remove filterSerializedResponseHeaders comment (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks authored Jul 16, 2023
1 parent cea9979 commit 9715901
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/sveltekit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ export const handle: Handle = async ({ event, resolve }) => {
};

return resolve(event, {
/**
* There´s an issue with `filterSerializedResponseHeaders` not working when using `sequence`
*
* https://github.com/sveltejs/kit/issues/8061
*/
filterSerializedResponseHeaders(name) {
return name === 'content-range';
}
Expand Down

0 comments on commit 9715901

Please sign in to comment.