mirror of
https://github.com/Motion-Project/motion.git
synced 2026-01-24 22:59:02 -05:00
remove redundant prefix -- from boundary
This commit is contained in:
2
stream.c
2
stream.c
@@ -955,7 +955,7 @@ static void stream_add_client(struct stream *list, int sc)
|
||||
"Cache-Control: no-cache, private\r\n"
|
||||
"Pragma: no-cache\r\n"
|
||||
"Content-Type: multipart/x-mixed-replace; "
|
||||
"boundary=--BoundaryString\r\n\r\n";
|
||||
"boundary=BoundaryString\r\n\r\n";
|
||||
|
||||
memset(new, 0, sizeof(struct stream));
|
||||
new->socket = sc;
|
||||
|
||||
Reference in New Issue
Block a user