remove redundant prefix -- from boundary

This commit is contained in:
Takami Torao
2014-04-19 06:18:10 +09:00
committed by tosiara
parent a0be67d7d7
commit 46cfcf31d0

View File

@@ -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;