very likely, mod_serf in its current for should just be polished to replace mod_proxy_*, and all of the async stuff should be pushed towards the MPMs......
On Wed, Sep 30, 2009 at 5:57 PM, Guenter Knauf <[email protected]> wrote: > Hi, > mod_serf uses in line 102: > ap_process_request_after_handler(ctx->r); > > while in http_request.h line 319 we have: > void ap_process_request_after_handler(request_rec *r); > > so this seems not a function yet declared for export. > > Gün. > > >
