Changeset 840394e
- Timestamp:
- 2015-01-16T19:50:24Z (10 years ago)
- Branches:
- master
- Children:
- 4cff28f
- Parents:
- 20c9c21
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/proxy.c
r20c9c21 r840394e 176 176 /* Connecting to HTTP proxies */ 177 177 178 #define HTTP_GOODSTRING "HTTP/1.0 200 Connection established"179 #define HTTP_GOODSTRING2 "HTTP/1.1 200 Connection established"178 #define HTTP_GOODSTRING "HTTP/1.0 200" 179 #define HTTP_GOODSTRING2 "HTTP/1.1 200" 180 180 181 181 static gboolean http_canread(gpointer data, gint source, b_input_condition cond)
Note: See TracChangeset
for help on using the changeset viewer.