Skip to content

Netty: too many Request.getUrl calls #582

@slandelle

Description

@slandelle

Request.getUrl calls URI.toString and remove the trailing /.
This gets called A LOT for:

  • debug logging (rich)
  • determining if the protocol is websocket (URI.getScheme exists exactly for that)

We can directly use the URI instead!

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions