Fix addStreamProxy rtsp url user or pass contain special char result in auth failed (#2545)

This commit is contained in:
xiongguangjie
2023-06-10 18:46:30 +08:00
committed by GitHub
parent 24fb666fb3
commit 67d5c42007
6 changed files with 7 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
#include <sys/stat.h>
#include <algorithm>
#include "Common/config.h"
#include "strCoding.h"
#include "Common/strCoding.h"
#include "HttpSession.h"
#include "HttpConst.h"
#include "Util/base64.h"