On 31/08/2007, Joel Sherrill <[EMAIL PROTECTED]> wrote:
>
>
>
>     /* Register a callback on wildcard URI */
>     shttpd_register_uri(ctx, "/users/*/", &show_users, NULL);
>
> Are there any helper routines to parse the URL?


Yeah, if the URI has '*' in it, it is a wildcard. There is no helper
routine to parse URI :-) I thought sscanf is enough for that.

        open_listening_ports(ctx);


That's right, this call is missing from example.c
I beleive CVS version is not broken.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
shttpd-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shttpd-general

Reply via email to