We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c6bdcb + 21f8a8d commit 7488684Copy full SHA for 7488684
1 file changed
libvncserver/httpd.c
@@ -463,7 +463,7 @@ httpProcessInput(rfbScreenInfoPtr rfbScreen)
463
contentType = "Content-Type: image/svg+xml\r\n";
464
rfbWriteExact(&cl, contentType, strlen(contentType));
465
/* end the header */
466
- rfbWriteExact(&cl, "\r\n", 4);
+ rfbWriteExact(&cl, "\r\n", 2);
467
468
while (1) {
469
int n = fread(buf, 1, BUF_SIZE-1, fd);
0 commit comments