Ignore:
Timestamp:
08/19/10 17:17:19 (21 months ago)
Author:
shiretu
Message:

-- minor stuff for android apple streaming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/thelib/src/protocols/http/outboundhttpprotocol.cpp

    r56 r81  
    7575        } 
    7676 
    77         if (parts[0] != HTTP_VERSION_1_1) { 
     77        if ((parts[0] != HTTP_VERSION_1_1) 
     78                &&(parts[0] != HTTP_VERSION_1_0)) { 
    7879                FATAL("Http version not supported: %s", STR(parts[0])); 
    7980                return false; 
Note: See TracChangeset for help on using the changeset viewer.