Changeset 1603
- Timestamp:
- 07/04/08 09:06:33 (3 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/cherokee/connection-protected.h (modified) (1 diff)
- cherokee/trunk/cherokee/connection.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1602 r1603 1 2008-07-04 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * cherokee/connection-protected.h (struct cherokee_connection): 4 The ->phase_return property was not needed any longer. 5 1 6 2008-07-03 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 7 cherokee/trunk/cherokee/connection-protected.h
r1601 r1603 121 121 */ 122 122 cherokee_connection_phase_t phase; 123 cherokee_connection_phase_t phase_return;124 123 cherokee_http_t error_code; 125 124 cherokee/trunk/cherokee/connection.c
r1601 r1603 91 91 n->error_code = http_ok; 92 92 n->phase = phase_reading_header; 93 n->phase_return = phase_nothing;94 93 n->auth_type = http_auth_nothing; 95 94 n->req_auth_type = http_auth_nothing; … … 216 215 conn->timeout = -1; 217 216 conn->phase = phase_reading_header; 218 conn->phase_return = phase_nothing;219 217 conn->auth_type = http_auth_nothing; 220 218 conn->req_auth_type = http_auth_nothing;