Re: [Libevent-users] [PATCH] http: Allow wildcards in request callback paths

2010-07-14 Thread Nick Mathewson
On Sat, Jul 10, 2010 at 4:05 AM, Bobby Powers wrote: > this allows you to register callbacks with paths like "/artist*". > > based on the patch here: > http://www.mail-archive.com/libevent-us...@monkey.org/msg00985.html Neat! There's a tracker entry for this feature request on the sourceforge tr

[Libevent-users] [PATCH] http: Allow wildcards in request callback paths

2010-07-10 Thread Bobby Powers
this allows you to register callbacks with paths like "/artist*". based on the patch here: http://www.mail-archive.com/libevent-us...@monkey.org/msg00985.html Signed-off-by: Bobby Powers --- http.c | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/http.c b/http.c