Add a cross-referencing comment

Signed-off-by: Tor Lillqvist <tml@iki.fi>
pull/5441/head
Tor Lillqvist 2022-11-08 14:03:15 +02:00
parent 01bfc2bb66
commit be4dc66e00
1 changed files with 2 additions and 0 deletions

View File

@ -364,6 +364,8 @@ static IMP standardImpOfInputAccessoryView = nil;
p.fd = self.document->fakeClientFd;
p.events = POLLOUT;
fakeSocketPoll(&p, 1, -1);
// This is read in the iOS-specific code in ClientRequestDispatcher::handleIncomingMessage() in COOLWSD.cpp
std::string message(url + " " + std::to_string(self.document->appDocId));
fakeSocketWrite(self.document->fakeClientFd, message.c_str(), message.size());