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 518722 - [souphttpsrc] append cookie headers to HTTP request
[souphttpsrc] append cookie headers to HTTP request
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal enhancement
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-25 22:47 UTC by Wouter Cloetens
Modified: 2008-02-26 05:36 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Implement HTTP request cookies. (4.81 KB, patch)
2008-02-25 22:49 UTC, Wouter Cloetens
committed Details | Review

Description Wouter Cloetens 2008-02-25 22:47:28 UTC
Want to pass cookies to the server.
Comment 1 Wouter Cloetens 2008-02-25 22:49:09 UTC
Created attachment 105940 [details] [review]
Implement HTTP request cookies.

Add support for specifying a list of cookies to be passed in the HTTP request.
Comment 2 Sebastian Dröge (slomo) 2008-02-26 05:36:19 UTC
2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>

	Patch by: Wouter Cloetens <wouter at mind dot be>

	* ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
	(gst_soup_http_src_init), (gst_soup_http_src_dispose),
	(gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
	(gst_soup_http_src_create):
	* ext/soup/gstsouphttpsrc.h:
	* tests/check/elements/souphttpsrc.c: (run_test), (GST_START_TEST),
	(souphttpsrc_suite):
	Add support for specifying a list of cookies to be passed in
	the HTTP request. Fixes bug #518722.