Opened 16 years ago
Closed 16 years ago
#10418 closed enhancement (wontfix)
Simplepie has force_fsockopen but the WP File Class does not respect it or have a way to respect it
Reported by: | sivel | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.8.1 |
Component: | HTTP API | Keywords: | |
Focuses: | Cc: |
Description
Simplepie has the ability to allow a user to force the use of fsockopen. The WP File class passed to Simplepie does not respect this or have a way to respect this. I have opened a ticket #10416 which deals with allowing the ability to set a specific transport to be used. Perhaps we could use the functionality proposed in that ticket to respect force_fsockopen in simplepie. Another thought is to add the transport to use the the args list passed to the http api functions.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Just to cross reference 2 other tickets:
#10416
#10417