added multipart upload file,
it works, but need some adjustements, refactoring and testing
This commit is contained in:
@@ -112,9 +112,11 @@ void Webserv::_init_http_status_map()
|
||||
_http_status.insert(status_pair(405, S405));
|
||||
_http_status.insert(status_pair(408, S408));
|
||||
_http_status.insert(status_pair(413, S413));
|
||||
_http_status.insert(status_pair(415, S415));
|
||||
|
||||
_http_status.insert(status_pair(500, S500));
|
||||
_http_status.insert(status_pair(501, S501));
|
||||
_http_status.insert(status_pair(505, S505));
|
||||
}
|
||||
|
||||
void Webserv::_init_mime_types_map()
|
||||
|
||||
Reference in New Issue
Block a user