Embed: custom streaminfo
This commit is contained in:
parent
4b1608646d
commit
aa3527dcb0
3 changed files with 41 additions and 25 deletions
|
@ -580,7 +580,7 @@ namespace Mist {
|
|||
}
|
||||
if (it->asStringRef() == "img"){
|
||||
#include "img.js.h"
|
||||
response.append((char*)img, (size_t)img_len);
|
||||
response.append((char*)img_js, (size_t)img_js_len);
|
||||
used = true;
|
||||
}
|
||||
if (!used) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue