diff options
| author | Dan Winship <danw@gnome.org> | 2011-11-30 19:16:36 +0100 |
|---|---|---|
| committer | Dan Winship <danw@gnome.org> | 2012-04-28 13:18:11 -0400 |
| commit | a4910d0ca8f5034d75e35dd69059332f01a64ac0 (patch) | |
| tree | badd5aa3b486c1b6c74e77105e051623ea7a4fa4 /libsoup/soup-message-queue.h | |
| parent | bac8c22fd28479a3be149c0d742b8c7417381091 (diff) | |
| download | libsoup-a4910d0ca8f5034d75e35dd69059332f01a64ac0.tar.gz | |
Reorganize proxy resolution, and support SOCKS and other proxy types
Push the proxy resolution code from SoupSession down into
SoupConnection and SoupSocket. If using a SoupProxyResolverDefault,
just enable proxy support on the GSocketClient instead (after adding
"http" as an application protocol). This way we get support for SOCKS
proxies (and any other proxies supported by GProxy types).
https://bugzilla.gnome.org/show_bug.cgi?id=553269
Diffstat (limited to 'libsoup/soup-message-queue.h')
| -rw-r--r-- | libsoup/soup-message-queue.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libsoup/soup-message-queue.h b/libsoup/soup-message-queue.h index a9242a1e..7e7a3086 100644 --- a/libsoup/soup-message-queue.h +++ b/libsoup/soup-message-queue.h @@ -15,10 +15,6 @@ G_BEGIN_DECLS typedef enum { SOUP_MESSAGE_STARTING, - SOUP_MESSAGE_RESOLVING_PROXY_URI, - SOUP_MESSAGE_RESOLVED_PROXY_URI, - SOUP_MESSAGE_RESOLVING_PROXY_ADDRESS, - SOUP_MESSAGE_RESOLVED_PROXY_ADDRESS, SOUP_MESSAGE_AWAITING_CONNECTION, SOUP_MESSAGE_GOT_CONNECTION, SOUP_MESSAGE_CONNECTING, |
