Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3680

Show
Ignore:
Timestamp:
06/27/08 17:02:04 (5 months ago)
Author:
kris
Message:

fixed old use of Header names

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/net/http/HttpClient.d

    r3594 r3680  
    524524                switch (responseLine.getStatus) 
    525525                    { 
     526                    case HttpResponseCode.Found: 
    526527                    case HttpResponseCode.SeeOther: 
    527528                    case HttpResponseCode.MovedPermanently: 
    528                     case HttpResponseCode.MovedTemporarily: 
    529529                    case HttpResponseCode.TemporaryRedirect: 
    530530                        // drop this connection 
     
    640640                       { 
    641641                            // use Get method to complete the Post 
     642                       case HttpResponseCode.Found: 
    642643                       case HttpResponseCode.SeeOther: 
    643                        case HttpResponseCode.MovedTemporarily: 
    644644 
    645645                            // remove POST headers first!