Skip to content

Commit

Permalink
Merge branch 'keep-client-address' of github.com:withastro/astro into…
Browse files Browse the repository at this point in the history
… keep-client-address
  • Loading branch information
matthewp committed Dec 4, 2024
2 parents 9152fff + 02501e9 commit b3d32e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/render-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ export class RenderContext {
return clientAddress;
}

// Legacy, should not need to get here.
// TODO: Legacy, should not need to get here.
// Some adapters set this symbol so we can't remove support yet.
// Adapters should be updated to provide it via RenderOptions instead.
if (clientAddressSymbol in request) {
Expand Down

0 comments on commit b3d32e6

Please sign in to comment.