SoupSession: remove some dead code, fix proxy error messages
authorDan Winship <danw@gnome.org>
Sun, 27 Jan 2013 01:06:50 +0000 (20:06 -0500)
committerDan Winship <danw@gnome.org>
Sat, 16 Feb 2013 23:02:15 +0000 (18:02 -0500)
commited6f1cdcd72e6e3e9076f5440977e45ed1911811
tree84e3588ef28011e37a7593b365809ae620d3fd85
parentcf558c8514686851b8eea544a0b110c7d705ea9e
SoupSession: remove some dead code, fix proxy error messages

SoupMessageQueueItem's proxy_addr and proxy_uri fields were no longer
being used, but they were still there, and SoupSession was trying to
use item->proxy_uri to provide clarifying information on
SOUP_STATUS_CANT_RESOLVE_PROXY / SOUP_STATUS_CANT_CONNECT_PROXY.

Remove the unused fields, and fix SoupSession to get the proxy name
from the SoupConnection instead.

https://bugzilla.gnome.org/show_bug.cgi?id=680273
libsoup/soup-message-queue.c
libsoup/soup-message-queue.h
libsoup/soup-session.c