Opened 14 years ago
Closed 14 years ago
#15009 closed defect (bug) (invalid)
Widget RSS unstopable loop on self timeout
Reported by: | pentatonicfunk | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0.1 |
Component: | Widgets | Keywords: | |
Focuses: | Cc: |
Description
RSS widget allow us to input our own blog page rss/feed, but on some server it is possible to some page get timeout when RSS widget request feed on that page,
since that page is wordpress page, af course the page will load widget_init (again) and since that page time out, the RSS widget will doing unstopple loop until get the feed,
it is very annoying, and make server busy
Change History (5)
Note: See
TracTickets for help on using
tickets.
the solution is just load widget rss when the requester is the client
so i change line
with