mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-14 20:15:58 +08:00
精简HttpServer代码
This commit is contained in:
@@ -46,7 +46,7 @@ struct HttpCookieAttachment {
|
||||
};
|
||||
|
||||
const string &HttpFileManager::getContentType(const char *name) {
|
||||
return getHttpContentType(name);
|
||||
return HttpConst::getHttpContentType(name);
|
||||
}
|
||||
|
||||
static string searchIndexFile(const string &dir){
|
||||
|
||||
Reference in New Issue
Block a user