diff --git a/src/MJPEGServerImpl.cpp b/src/MJPEGServerImpl.cpp index 2994ea3410..d0cffc3cae 100644 --- a/src/MJPEGServerImpl.cpp +++ b/src/MJPEGServerImpl.cpp @@ -526,7 +526,7 @@ void MJPEGServerImpl::ConnThread::SendStream(wpi::raw_socket_ostream& os) { // with firefox double timestamp = frame.time() / 10000000.0; header.clear(); - oss << "\r\n--" BOUNDARY "\r\n" + oss << "--" BOUNDARY "\r\n" << "Content-Type: image/jpeg\r\n" << "Content-Length: " << size << "\r\n" << "X-Timestamp: " << timestamp << "\r\n"