On Tue, 12 Jul 2016 10:21:20 +0200 "Roberto De Ioris" <[email protected]> wrote:
Hi Roberto > oh, ok, check how the 'ishigher' conditional is implemented: > > https://github.com/unbit/uwsgi/blob/master/core/routing.c#L1559 > > basically the code checks for ';' and split it in two buffers. The second > one will be your age. Aha, golden tip, thanks! I implemented this (using a comma rather than a semicolon) and it is working like a charm. Just pushed the code. Thanks for your help and pointers on this, I really appreciate it! Do you see anything obviously wrong or dangerous with the code of the two plugins? > -- > Roberto De Ioris > http://unbit.com Cheers, Tim _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
