mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 11:41:44 +08:00
支持ssl加密的Rtsp服务器
This commit is contained in:
@@ -155,11 +155,8 @@ void HttpSession::onRecvContent(const char *data,uint64_t len) {
|
||||
}
|
||||
|
||||
void HttpSession::onRecv(const Buffer::Ptr &pBuf) {
|
||||
onRecv(pBuf->data(),pBuf->size());
|
||||
}
|
||||
void HttpSession::onRecv(const char *data,int size){
|
||||
_ticker.resetTime();
|
||||
input(data,size);
|
||||
input(pBuf->data(),pBuf->size());
|
||||
}
|
||||
|
||||
void HttpSession::onError(const SockException& err) {
|
||||
|
||||
Reference in New Issue
Block a user