From: Rodrigo Moya Date: Tue, 22 May 2001 14:44:18 +0000 (+0000) Subject: don't emit code to add the transport headers to the SoupEnv, which is only X-Git-Tag: SOUP_0_4_1~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da179acf5dbdc17ca4999bf1b5203d9abdd94abf;p=platform%2Fupstream%2Flibsoup.git don't emit code to add the transport headers to the SoupEnv, which is only 2001-05-22 Rodrigo Moya * src/soup-wsdl/wsdl-soap-parse.c: don't emit code to add the transport headers to the SoupEnv, which is only used for SOAP request/response headers --- diff --git a/ChangeLog b/ChangeLog index 99073c7..57b3f85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-05-22 Rodrigo Moya + * src/soup-wsdl/wsdl-soap-parse.c: don't emit code to add the + transport headers to the SoupEnv, which is only used for SOAP + request/response headers * src/soup-core/soup-env.c (soup_env_set_response_header): g_strdup the hash table key also (soup_env_set_request_header): ditto