Enough glue to load a web page from our web server in the iOS simulator. Next challenge is uv_spawn: permission denied.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4519 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-10-15 16:55:25 +00:00
parent 84eaa3e2fd
commit 8bd0027e71
6 changed files with 76 additions and 9 deletions

View File

@ -445,7 +445,7 @@ function handleConnection(client) {
if (result == -2) {
/* More. */
} else {
badRequest(client, 'Bad request.');
badRequest(client, `Bad request(parse=${result}, length=${inputBuffer.length - data.length}).`);
return;
}
} else if (typeof result === 'object') {