Skip to content

Proxy doesn't need to have an URI #586

@slandelle

Description

@slandelle

Current algorithm is highly inefficient:

  • Proxy URI is only used to compute the connection cache key
  • This URI is passed to AsyncHttpProviderUtils.getBaseUrl for every cache key generation!!!
  • The above is useless as the Proxy URI is simply scheme + host : port (how could it not be a base???)

Let's ditch it!

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions