find the end of the value and g_strndup only that as the value, rather
authorJP Rosevear <jpr@ximian.com>
Thu, 17 May 2001 18:59:22 +0000 (18:59 +0000)
committerJP Rosevear <jpr@src.gnome.org>
Thu, 17 May 2001 18:59:22 +0000 (18:59 +0000)
commitd3a250de3cd05f46d9a94b985c3a7d8b3d5c89dc
treee17554adabb57c2387c0f8974e992a08553ca35b
parentb84ba5bb46fbdb31117b08f892cfdb17f681484d
find the end of the value and g_strndup only that as the value, rather

2001-05-17  JP Rosevear  <jpr@ximian.com>

* src/soup-core/soup-headers.c (soup_headers_parse): find the end
of the value and g_strndup only that as the value, rather than the
remainder of the string

* src/soup-core/soup-message.c (soup_message_issue_callback): free
the message only if the callback exists, otherwise send_message is
borked.  New a little more design to fix properly
ChangeLog
libsoup/soup-headers.c
libsoup/soup-message.c