GNOME Bugzilla – Bug 322649
xmlNanoHTTPResponseHeaders addition
Last modified: 2006-07-12 18:37:21 UTC
I made a patch to include that function within nanohttp.c/h, i'll attach it in a min.
Created attachment 55317 [details] [review] patch for xmlNanoHTTPResponseHeaders
Hum, please post this on the mailing-list instead, so it get discussed there. If you have 10 headers (fairly common) you do one malloc and 9 realloc, that's not clean, use an xmlBuffer instead, and avoid strcat. Daniel
I don't think I saw an update on this proposal, so it's still postponed at the moment. Daniel
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information Daniel asked for. Thanks!