On 9 Feb 2012, at 16:31, Brian Geffon wrote: > Nick, > > Look at InkAPC.cc in 3.0.x that declaration in ts.h.in doesn't match > the definition, that's the problem.
$ grep TSFetchUrl proxy/api/ts/ts.h.in [...] tsapi void TSFetchUrl(const char* request,int request_len, struct sockaddr const* addr, TSCont contp, TSFetchWakeUpOptions callback_options,TSFetchEvent event); [...] $ grep TSFetchURL proxy/InkAPI.cc [...] TSFetchUrl(const char* headers, int request_len, sockaddr const* ip , TSCont contp, TSFetchWakeUpOptions callback_options,TSFetchEvent events) The proposed patch appears to want to change away from that! -- Nick Kew