Opened 5 years ago

Closed 5 years ago

#7676 closed enhancement (duplicate)

Change pingback/trackbacks to use new HTTP API

Reported by: Otto42 Owned by: jacobsantos
Priority: normal Milestone:
Component: General Version: 2.6.1
Severity: normal Keywords:
Cc:

Description

The pingback and trackback functions are still using direct socket connections to perform their tasks. These are problematic on some servers, and they need to be changed over to the new HTTP API to let them work in more places.

Conversion should be relatively straightforward in most cases, using the new wp_remote_get and wp_remote_post and such.

Change History (6)

Well, I'll support that, but I still think the HTTP API needs more testing. I can write up a patch today.

comment:2 follow-up: ↓ 3   westi5 years ago

I assume this will fix #7696 as well.

comment:3 in reply to: ↑ 2   jacobsantos5 years ago

Replying to westi:

I assume this will fix #7696 as well.

Yes.

comment:4   ryan5 years ago

  • Owner changed from anonymous to jacobsantos
  • Status changed from new to assigned
  • Milestone 2.7 deleted
  • Resolution set to duplicate
  • Status changed from assigned to closed

Superceded by #7793.

Note: See TracTickets for help on using tickets.