After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 322649 - xmlNanoHTTPResponseHeaders addition
xmlNanoHTTPResponseHeaders addition
Status: RESOLVED INCOMPLETE
Product: libxml2
Classification: Platform
Component: general
2.6.22
Other Linux
: Normal enhancement
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-28 13:18 UTC by marcelo
Modified: 2006-07-12 18:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for xmlNanoHTTPResponseHeaders (1.91 KB, patch)
2005-11-28 13:19 UTC, marcelo
needs-work Details | Review

Description marcelo 2005-11-28 13:18:19 UTC
I made a patch to include that function within nanohttp.c/h, i'll attach it in a
min.
Comment 1 marcelo 2005-11-28 13:19:46 UTC
Created attachment 55317 [details] [review]
patch for xmlNanoHTTPResponseHeaders
Comment 2 Daniel Veillard 2005-11-28 13:39:54 UTC
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
Comment 3 Daniel Veillard 2006-01-04 10:37:51 UTC
I don't think I saw an update on this proposal, so it's still postponed
at the moment.

Daniel
Comment 4 André Klapper 2006-07-12 18:37:21 UTC
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!