Changeset 1603

Show
Ignore:
Timestamp:
07/04/08 09:06:33 (3 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r1602 r1603  
     12008-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 
    162008-07-03  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
    27 
  • cherokee/trunk/cherokee/connection-protected.h

    r1601 r1603  
    121121         */ 
    122122        cherokee_connection_phase_t   phase; 
    123         cherokee_connection_phase_t   phase_return; 
    124123        cherokee_http_t               error_code; 
    125124         
  • cherokee/trunk/cherokee/connection.c

    r1601 r1603  
    9191        n->error_code           = http_ok; 
    9292        n->phase                = phase_reading_header; 
    93         n->phase_return         = phase_nothing; 
    9493        n->auth_type            = http_auth_nothing; 
    9594        n->req_auth_type        = http_auth_nothing; 
     
    216215        conn->timeout              = -1; 
    217216        conn->phase                = phase_reading_header; 
    218         conn->phase_return         = phase_nothing; 
    219217        conn->auth_type            = http_auth_nothing; 
    220218        conn->req_auth_type        = http_auth_nothing;