Moved header changing to another event.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 20 Jan 2014 23:05:48 +0000 (00:05 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 20 Jan 2014 23:13:29 +0000 (00:13 +0100)
commit73e862281d7693f4b18720a2151accd25ec2ca8a
tree5e164f727ff615c8d895f9b5ed7459603255c4ec
parent4d26af46087634ae2183c6feb17d48d3f5af43c9
Moved header changing to another event.

The previous soup sessions "request-started" event worked to change the
headers sent, but the changes where not reflected in the view of the
webinspector that is misleading.
Now the headers are changes on the webkview "resource-request-starting"
event so that the changes headers are visible for the webinspector.
src/main.c
src/session.c