- Timestamp:
- 08/19/10 17:17:19 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/thelib/src/protocols/http/outboundhttpprotocol.cpp
r56 r81 75 75 } 76 76 77 if (parts[0] != HTTP_VERSION_1_1) { 77 if ((parts[0] != HTTP_VERSION_1_1) 78 &&(parts[0] != HTTP_VERSION_1_0)) { 78 79 FATAL("Http version not supported: %s", STR(parts[0])); 79 80 return false;
Note: See TracChangeset
for help on using the changeset viewer.
