mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-15 20:45:57 +08:00
移除废弃接口
This commit is contained in:
@@ -99,8 +99,7 @@ get_mime_type(const char* name) {
|
||||
}
|
||||
|
||||
|
||||
HttpSession::HttpSession(const std::shared_ptr<ThreadPool> &pTh, const Socket::Ptr &pSock) :
|
||||
TcpSession(pTh, pSock) {
|
||||
HttpSession::HttpSession(const Socket::Ptr &pSock) : TcpSession(pSock) {
|
||||
|
||||
//设置10秒发送缓存
|
||||
pSock->setSendBufSecond(10);
|
||||
|
||||
Reference in New Issue
Block a user