On Tue, 2009-08-11 at 14:36 -0400, Albert wrote: > Found few issues: > > 1. To recompile/relink pound, need to type either "make pound" or "make > all", as it checks if dh512.h has changed to recompile the code.
Thanks, we'll fix that in the next release. > 2. When I first started the new version, it complained that no listeners > were found. The following needs to be added (to strip new-line > character) inside conf_fgets() just before checking for Empty or comment: > if(strlen(buf) > 0 && buf[strlen(buf) - 1] == '\n') > buf[strlen(buf) - 1] = '\0'; As above... > 3. There are new directives for ConnTO, IgnoreCase, HTTPS, HTTPSCert, > but they are not parsed anywhere (and therefore not used). Are there > plans to use/implement them in this version? Yes. The final 2.5 will include (in addition to Include): - a ConnTO directive, controlling the connect to back-end time-out. - an IgnoreCase directive (boolean), controlling the matching mode on URLs - the ability to talk to HTTPS back-ends, with or without a client certificate. -- Robert Segall Apsis GmbH Postfach, Uetikon am See, CH-8707 Tel: +41-44-920 4904 -- To unsubscribe send an email with subject unsubscribe to [email protected]. Please contact [email protected] for questions.
