| Summary: | Unnecessary authentication cache lookup | ||
|---|---|---|---|
| Product: | [Unmaintained] kio | Reporter: | Anders Bergstr <andberg75> |
| Component: | http | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Patch | ||
|
Description
Anders Bergstr
2006-07-29 23:47:25 UTC
Created attachment 17161 [details]
Patch
A patch to fix the problem.
I don't know the http code very well so it might not be correct but since it
such a serious performance bug I think it should be fixed somehow.
Doesn't this patch create an extra round-trip to the remote server for every object on pages that _do_ require authentication? Probably. I will try to make a better one in a couple of weeks. Authentication pre-lookup is necessary to combat unnecessary round-trip to a remote server when authentication is required and is allowed per RFC 2616. The only way around this is to make this optional for those that don't mind the round trip. |