From 248c9e8f9ae2eacfa176e0fe1d571dd7097450c5 Mon Sep 17 00:00:00 2001 From: CharleyWangHZ <57120416+CharleyWangHZ@users.noreply.github.com> Date: Fri, 25 Jun 2021 10:59:56 +0800 Subject: [PATCH] Update HttpSession.h --- src/Http/HttpSession.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Http/HttpSession.h b/src/Http/HttpSession.h index 98549439..0cb4a366 100644 --- a/src/Http/HttpSession.h +++ b/src/Http/HttpSession.h @@ -105,6 +105,7 @@ private: void Handle_Req_GET_l(ssize_t &content_len, bool sendBody); void Handle_Req_POST(ssize_t &content_len); void Handle_Req_HEAD(ssize_t &content_len); + void Handle_Req_OPTIONS(ssize_t &content_len); bool checkLiveStream(const string &schema, const string &url_suffix, const function &cb);