#16959 closed defect (bug) (maybelater)
Core HTTP Transports implementation can support $url in test().
| Reported by: | hakre | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | HTTP API | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
A sort of Follow-Up: With [17550], those functions are called with the addiotnal $url parameter. I think the change is useful.
Attachments (1)
Change History (5)
#2
@
15 years ago
- Milestone Awaiting Review
- Resolution → maybelater
- Status new → closed
When it's needed, or is useful, it's available.
#3
@
15 years ago
Backstory: It was originally added for the purpose of proxy-blocking in the streams or fopen transport, but since we now require PHP5.2.4, it was no longer needed (And I forgot to remove it from the called location)
Since it neither adds, or removes functionality/need, theres no need for a change here
#4
@
15 years ago
My Backstory: I didn't know it's passed to there as it was hidden in code. But it's good to know as test() implementations still can actually benefit from it.
Actually I was looking for it earlier today in #16606, passing of the URL allows to check for the actual stream transport. So I've added another patch: 16606.3.patch
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
adding $url