Index: http.cc =================================================================== --- http.cc (Revision 629391) +++ http.cc (Arbeitskopie) @@ -2491,7 +2491,7 @@ header += "\r\n"; } - if (m_request.method == HTTP_POST) + if (m_request.method == HTTP_POST || m_request.method == HTTP_PUT) { header += metaData("content-type"); header += "\r\n";