https://issues.apache.org/bugzilla/show_bug.cgi?id=45333
--- Comment #9 from Oleg Gryb <[EMAIL PROTECTED]> 2008-10-06 07:05:15 PST --- (In reply to comment #8) > (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 > Thanks, it should suffice then. I'm just curious why you need to create/delete headers instead of just replacing header's values in place? Would not you agree that replacing values in place will work faster (no need to create a new apr table or create/delete the whole headers). I've tried to do that in replace_values function. Could you think about any negative side-effects with the latter solution? Thanks again for the quick fix and reply - I should've checked the bugzilla before posting. -- 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]
