X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/f27c218d18ebf7198e07249aca1eed625da914fd..6bffb655ac989fe4f115763270f84175bf24e4bb:/Server/src/httprequest.cpp?ds=inline diff --git a/Server/src/httprequest.cpp b/Server/src/httprequest.cpp index f1119fd..f9fa56c 100644 --- a/Server/src/httprequest.cpp +++ b/Server/src/httprequest.cpp @@ -54,27 +54,6 @@ HTTPRequest::HTTPRequest(const string& uri, const HTTPMethod& method, #endif // DEBUG } -/* -HTTPRequest::HTTPRequest(const Serializable& body, - const string& version): - HTTPMessage(body, version) { -#ifdef DEBUG - cerr << __FILE__ << ": http_version = " << http_version - << " | body = " << body.serialize() << endl; -#endif // DEBUG -} - -HTTPRequest::HTTPRequest(const string& uri, - const HTTPRequest::HTTPMethod& method, - string& query, string& version): - HTTPMessage(body, version) { -#ifdef DEBUG - cerr << __FILE__ << ": http_version = " << http_version - << " | body = " << body.serialize() << endl; -#endif // DEBUG -} -*/ - istream& operator>>(istream& is, HTTPRequest& req) throw(HTTPError, ios::failure) { #ifdef DEBUG