#21285 closed defect (bug) (wontfix)
Don't ping yourself, especially on localhost
Reported by: | wonderboymusic | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.2 |
Component: | Pings/Trackbacks | Keywords: | |
Focuses: | Cc: |
Description
This may just be a conversation starter, but I know these things to be true:
1) there is duplicated code spread between pingback( ) and do_enclose( )
2) If your post contains a bunch of links to your own site, and you save your post in the admin, you will ended up with memory leaks all over the place / seg faults / etc when you get hammered by HEAD requests triggered by the immediate cron that is spawned by the post being saved
3) you probably don't need to trackback yourself anyways
I moved some dupe code into functions and added some checks so we don't ping ourself when saving
Attachments (1)
Change History (6)
#4
@
9 years ago
- Keywords close added; needs-refresh has-patch removed
- Resolution set to wontfix
- Status changed from new to closed
I think it was agreed with the initial post of tickets that self-pinging is something that should not be disabled, and there were plugins to address this outside of Core.
The second and third issue are already addressed. The existing code has the parsing code separated out and you won't trackback if you ping.
So the purpose for the ticket has essentially expired by now.
for self-pings see #5224 and #14811