https://issues.apache.org/bugzilla/show_bug.cgi?id=45333
--- Comment #8 from Ruediger Pluem <[EMAIL PROTECTED]> 2008-10-06 00:57:54 PST --- (In reply to comment #7) > (In reply to comment #6) > > *** Bug 45952 has been marked as a duplicate of this bug. *** > > > > ed.t = apr_table_make(r->pool, 5); - does it mean that the max number of > headers with the same name is 5? > No. It does mean that the table reserves space for 5 entries at initialization. See http://apr.apache.org/docs/apr/1.3/group__apr__tables.html#g7b0a16a1388c68e66bff32190cf092f6 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
