g_strdup the response headers when adding them to the hash
authorJP Rosevear <jpr@ximian.com>
Wed, 16 May 2001 22:08:39 +0000 (22:08 +0000)
committerJP Rosevear <jpr@src.gnome.org>
Wed, 16 May 2001 22:08:39 +0000 (22:08 +0000)
commit2e58869d4486576764c6bd634f071b97731ce84c
tree167a84d52b5949dedf328aad788b00b4074eca0e
parent49c41064073b00f4521ca0dd77b9c8e9d0440fd1
g_strdup the response headers when adding them to the hash

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

* src/soup-core/soup-headers.c (soup_headers_parse): g_strdup the
response headers when adding them to the hash

* src/soup-core/soup-context.c (soup_context_get): ditto

* src/soup-core/soup-context.h: constify uri passed to
soup_context_get

* src/soup-core/soup-env.h (soup_env_free): new protos

* src/soup-core/soup-env.c (soup_env_set_address): new accessor to
set url to access for service
(soup_env_get_address): ditto
ChangeLog
libsoup/soup-context.c
libsoup/soup-context.h
libsoup/soup-headers.c