=== modified file 'libnet/http.cpp' --- libnet/http.cpp 2008-12-01 15:44:54 +0000 +++ libnet/http.cpp 2008-12-12 17:29:59 +0000 @@ -94,6 +94,8 @@ // GNASH_REPORT_FUNCTION; // struct status_codes *status = new struct status_codes; + _version.major=1; + _version.minor=0; // _status_codes(CONTINUE, status); } @@ -107,6 +109,9 @@ { // GNASH_REPORT_FUNCTION; _handler = hand; + + _version.major=1; + _version.minor=0; } HTTP::~HTTP()