Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 3375:fb1a0caadb9f | 3376:8d0fa912ecaf |
|---|---|
| 220 } | 220 } |
| 221 | 221 |
| 222 return fd; | 222 return fd; |
| 223 } | 223 } |
| 224 | 224 |
| 225 #define HTTP_GOODSTRING "HTTP/1.0 200 Connection established" | 225 #define HTTP_GOODSTRING "HTTP/1.0 200" |
| 226 #define HTTP_GOODSTRING2 "HTTP/1.1 200 Connection established" | 226 #define HTTP_GOODSTRING2 "HTTP/1.1 200" |
| 227 | 227 |
| 228 static void http_canread(gpointer data, gint source, GaimInputCondition cond) | 228 static void http_canread(gpointer data, gint source, GaimInputCondition cond) |
| 229 { | 229 { |
| 230 int nlc = 0; | 230 int nlc = 0; |
| 231 int pos = 0; | 231 int pos = 0; |
