[wp-testers] Posts still stalling when I hit publish...

Ryan Boren ryan at boren.nu
Fri Nov 7 01:02:36 GMT 2008


On Thu, Nov 6, 2008 at 3:40 PM, Will Garcia <w at will.ph> wrote:
> By the way, this issue doesn't happen with 2.6.3, which makes me raise an
> eyebrow. But of course, it's still beta, so...

2.7 has a new API for performing HTTP requests. It can use a variety
of transports depending on what your host has available.  Some of
these transports don't support non-blocking mode.  I think we'll have
to prioritize the transport preferences differently for non-blocking
requests.

Do you have the HTTP extension installed? You can check by seeing if
http_request() exists.

if ( function_exists('http_request') )
   die('Using ExtHTTP');

I opened a ticket for this.

http://trac.wordpress.org/ticket/8086


More information about the wp-testers mailing list