Mercurial > pidgin
comparison src/proxy.c @ 6856:a14200b24371
[gaim-migrate @ 7401]
This fixes bug 803017: Use global proxy setting not saved
http://sourceforge.net/tracker/?func=detail&aid=803017&group_id=235&atid=100235
The problem was basically a lack of variable initialization. Proxy
settings are confusing. Like some girls I know.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Tue, 16 Sep 2003 02:39:52 +0000 |
| parents | 42fdf16f1dad |
| children | db6bd3e794d8 |
comparison
equal
deleted
inserted
replaced
| 6855:4146b836ba0a | 6856:a14200b24371 |
|---|---|
| 23 * | 23 * |
| 24 */ | 24 */ |
| 25 | 25 |
| 26 /* this is a little piece of code to handle proxy connection */ | 26 /* this is a little piece of code to handle proxy connection */ |
| 27 /* it is intended to : 1st handle http proxy, using the CONNECT command | 27 /* it is intended to : 1st handle http proxy, using the CONNECT command |
| 28 , 2nd provide an easy way to add socks support */ | 28 , 2nd provide an easy way to add socks support |
| 29 , 3rd draw women to it like flies to honey */ | |
| 29 | 30 |
| 30 #include "internal.h" | 31 #include "internal.h" |
| 31 #include "debug.h" | 32 #include "debug.h" |
| 32 #include "notify.h" | 33 #include "notify.h" |
| 33 #include "prefs.h" | 34 #include "prefs.h" |
