Mercurial > pidgin
diff src/proxy.c @ 3376:8d0fa912ecaf
[gaim-migrate @ 3395]
A small patch by Ethan Blanton to fix proxy problems. We conform!
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Mon, 05 Aug 2002 07:56:37 +0000 |
| parents | f4f4232f4e83 |
| children | 9682c0e022c6 |
line wrap: on
line diff
--- a/src/proxy.c Mon Aug 05 07:44:11 2002 +0000 +++ b/src/proxy.c Mon Aug 05 07:56:37 2002 +0000 @@ -222,8 +222,8 @@ return fd; } -#define HTTP_GOODSTRING "HTTP/1.0 200 Connection established" -#define HTTP_GOODSTRING2 "HTTP/1.1 200 Connection established" +#define HTTP_GOODSTRING "HTTP/1.0 200" +#define HTTP_GOODSTRING2 "HTTP/1.1 200" static void http_canread(gpointer data, gint source, GaimInputCondition cond) {
