2003-10-13 12:25:11 +00:00
|
|
|
/**
|
2007-04-29 16:22:46 +00:00
|
|
|
* \file ServerSocket.cpp
|
2003-10-13 12:25:11 +00:00
|
|
|
* This file is part of LyX, the document processor.
|
|
|
|
* Licence details can be found in the file COPYING.
|
|
|
|
*
|
2008-11-14 15:58:50 +00:00
|
|
|
* \author Lars Gullik Bjønnes
|
2003-10-13 12:25:11 +00:00
|
|
|
* \author Jean-Marc Lasgouttes
|
|
|
|
* \author Angus Leeming
|
|
|
|
* \author John Levon
|
2008-11-14 15:58:50 +00:00
|
|
|
* \author João Luis M. Assirati
|
2003-10-13 12:25:11 +00:00
|
|
|
*
|
|
|
|
* Full author contact details are available in file CREDITS.
|
|
|
|
*/
|
|
|
|
|
2005-04-26 10:30:24 +00:00
|
|
|
#include <config.h>
|
|
|
|
|
2007-04-29 16:22:46 +00:00
|
|
|
#include "ServerSocket.h"
|
2003-10-13 12:25:11 +00:00
|
|
|
|
2010-01-29 11:22:33 +00:00
|
|
|
#include "DispatchResult.h"
|
2007-04-26 04:41:58 +00:00
|
|
|
#include "FuncRequest.h"
|
2010-02-09 16:11:13 +00:00
|
|
|
#include "LyX.h"
|
2003-10-13 12:25:11 +00:00
|
|
|
#include "LyXAction.h"
|
|
|
|
|
2006-10-12 14:10:13 +00:00
|
|
|
#include "frontends/Application.h"
|
2003-10-13 12:25:11 +00:00
|
|
|
|
2008-02-18 07:14:42 +00:00
|
|
|
#include "support/debug.h"
|
2005-02-15 13:45:41 +00:00
|
|
|
#include "support/environment.h"
|
Rename files in src/support, step one.
src/support/package.h src/support/Package.h Package
src/support/package.C.in src/support/Package.C.in Package
src/support/path.h src/support/Path.h Path
src/support/fs_extras.h src/support/fs_extras.h NOCLASSES
src/support/RandomAccessList.h src/support/RandomAccessList.h RandomAccessList
src/support/lyxmanip.h src/support/lyxmanip.h NOCLASSES
src/support/rename.C src/support/rename.cpp NOCLASSES
src/support/abort.C src/support/abort.cpp NOCLASSES
src/support/lyxlib.h src/support/lyxlib.h NOCLASSES
src/support/ExceptionMessage.h src/support/ExceptionMessage.h ExceptionMessage
src/support/copy.C src/support/copy.cpp NOCLASSES
src/support/limited_stack.h src/support/limited_stack.h limited_stack
src/support/filefilterlist.C src/support/FileFilterList.cpp ['FileFilterList', 'Filter']
src/support/cow_ptr.h src/support/cow_ptr.h cow_ptr
src/support/os_unix.C src/support/os_unix.cpp NOCLASSES
src/support/socktools.h src/support/socktools.h NOCLASSES
src/support/forkedcontr.h src/support/ForkedcallsController.h ForkedcallsController
src/support/os.h src/support/os.h NOCLASSES
src/support/FileMonitor.h src/support/FileMonitor.h FileMonitor
src/support/copied_ptr.h src/support/copied_ptr.h copied_ptr
src/support/translator.h src/support/Translator.h Translator
src/support/filetools.C src/support/filetools.cpp NOCLASSES
src/support/unlink.C src/support/unlink.cpp NOCLASSES
src/support/os_win32.C src/support/os_win32.cpp GetFolderPath
src/support/lstrings.C src/support/lstrings.cpp NOCLASSES
src/support/qstring_helpers.C src/support/qstring_helpers.cpp NOCLASSES
src/support/getcwd.C src/support/getcwd.cpp NOCLASSES
src/support/systemcall.C src/support/Systemcall.cpp Systemcall
src/support/lyxalgo.h src/support/lyxalgo.h NOCLASSES
src/support/filefilterlist.h src/support/FileFilterList.h ['FileFilterList', 'Filter']
src/support/unicode.C src/support/unicode.cpp IconvProcessor
src/support/userinfo.C src/support/userinfo.cpp NOCLASSES
src/support/lyxtime.C src/support/lyxtime.cpp NOCLASSES
src/support/kill.C src/support/kill.cpp NOCLASSES
src/support/docstring.C src/support/docstring.cpp to_local8bit_failure
src/support/os_cygwin.C src/support/os_cygwin.cpp NOCLASSES
src/support/lyxsum.C src/support/lyxsum.cpp NOCLASSES
src/support/environment.C src/support/environment.cpp NOCLASSES
src/support/filetools.h src/support/filetools.h NOCLASSES
src/support/textutils.C src/support/textutils.cpp NOCLASSES
src/support/mkdir.C src/support/mkdir.cpp NOCLASSES
src/support/forkedcall.C src/support/Forkedcall.cpp ['ForkedProcess', 'Forkedcall']
src/support/tempname.C src/support/tempname.cpp NOCLASSES
src/support/os_win32.h src/support/os_win32.h GetFolderPath
src/support/types.h src/support/types.h NOCLASSES
src/support/lstrings.h src/support/lstrings.h NOCLASSES
src/support/forkedcallqueue.C src/support/ForkedCallQueue.cpp ForkedCallQueue
src/support/qstring_helpers.h src/support/qstring_helpers.h NOCLASSES
src/support/convert.C src/support/convert.cpp NOCLASSES
src/support/filename.C src/support/FileName.cpp ['FileName', 'DocFileName']
src/support/tests/convert.C src/support/tests/convert.cpp NOCLASSES
src/support/tests/filetools.C src/support/tests/filetools.cpp NOCLASSES
src/support/tests/lstrings.C src/support/tests/lstrings.cpp NOCLASSES
src/support/tests/boost.C src/support/tests/boost.cpp NOCLASSES
src/support/docstream.C src/support/docstream.cpp ['iconv_codecvt_facet_exception', 'idocfstream', 'odocfstream']
src/support/std_istream.h src/support/std_istream.h NOCLASSES
src/support/systemcall.h src/support/Systemcall.h Systemcall
src/support/chdir.C src/support/chdir.cpp NOCLASSES
src/support/std_ostream.h src/support/std_ostream.h NOCLASSES
src/support/unicode.h src/support/unicode.h IconvProcessor
src/support/path.C src/support/Path.cpp Path
src/support/fs_extras.C src/support/fs_extras.cpp NOCLASSES
src/support/userinfo.h src/support/userinfo.h NOCLASSES
src/support/lyxtime.h src/support/lyxtime.h NOCLASSES
src/support/docstring.h src/support/docstring.h to_local8bit_failure
src/support/debugstream.h src/support/debugstream.h basic_debugstream
src/support/environment.h src/support/environment.h NOCLASSES
src/support/textutils.h src/support/textutils.h NOCLASSES
src/support/forkedcall.h src/support/Forkedcall.h ['ForkedProcess', 'Forkedcall']
src/support/socktools.C src/support/socktools.cpp NOCLASSES
src/support/forkedcallqueue.h src/support/ForkedCallQueue.h ForkedCallQueue
src/support/forkedcontr.C src/support/ForkedcallsController.cpp ForkedcallsController
src/support/os.C src/support/os.cpp NOCLASSES
src/support/convert.h src/support/convert.h NOCLASSES
src/support/filename.h src/support/FileName.h ['FileName', 'DocFileName']
src/support/docstream.h src/support/docstream.h ['iconv_codecvt_facet_exception', 'idocfstream', 'odocfstream']
src/support/FileMonitor.C src/support/FileMonitor.cpp FileMonitor
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18024 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-26 05:12:52 +00:00
|
|
|
#include "support/FileName.h"
|
2003-10-13 12:25:11 +00:00
|
|
|
#include "support/socktools.h"
|
|
|
|
|
2010-04-22 11:16:58 +00:00
|
|
|
#include "support/bind.h"
|
2004-07-21 19:03:21 +00:00
|
|
|
|
2003-10-17 14:30:33 +00:00
|
|
|
#include <cerrno>
|
2008-05-06 10:22:25 +00:00
|
|
|
#include <ostream>
|
2003-10-13 12:25:11 +00:00
|
|
|
|
2005-06-09 09:04:33 +00:00
|
|
|
#if defined (_WIN32)
|
|
|
|
# include <io.h>
|
|
|
|
#endif
|
|
|
|
|
2007-12-12 10:16:00 +00:00
|
|
|
using namespace std;
|
2007-12-12 19:57:42 +00:00
|
|
|
using namespace lyx::support;
|
|
|
|
|
2010-04-22 11:37:32 +00:00
|
|
|
|
2006-10-21 08:00:11 +00:00
|
|
|
namespace lyx {
|
|
|
|
|
2003-10-13 12:25:11 +00:00
|
|
|
// Address is the unix address for the socket.
|
|
|
|
// MAX_CLIENTS is the maximum number of clients
|
|
|
|
// that can connect at the same time.
|
2010-02-09 16:11:13 +00:00
|
|
|
ServerSocket::ServerSocket(FileName const & addr)
|
|
|
|
: fd_(socktools::listen(addr, 3)),
|
2003-10-13 12:25:11 +00:00
|
|
|
address_(addr)
|
|
|
|
{
|
|
|
|
if (fd_ == -1) {
|
2008-10-01 09:37:25 +00:00
|
|
|
LYXERR(Debug::LYXSERVER, "lyx: Disabling LyX socket.");
|
2003-10-13 12:25:11 +00:00
|
|
|
return;
|
|
|
|
}
|
2003-11-05 10:49:07 +00:00
|
|
|
|
|
|
|
// These env vars are used by DVI inverse search
|
|
|
|
// Needed by xdvi
|
2007-12-12 19:57:42 +00:00
|
|
|
setEnv("XEDITOR", "lyxclient -g %f %l");
|
2003-11-05 10:49:07 +00:00
|
|
|
// Needed by lyxclient
|
2010-04-21 01:19:09 +00:00
|
|
|
setEnv("LYXSOCKET", address_.absFileName());
|
2003-11-05 10:49:07 +00:00
|
|
|
|
2006-11-30 00:04:51 +00:00
|
|
|
theApp()->registerSocketCallback(
|
2004-07-21 19:03:21 +00:00
|
|
|
fd_,
|
2010-04-22 11:16:58 +00:00
|
|
|
bind(&ServerSocket::serverCallback, this)
|
2004-07-21 19:03:21 +00:00
|
|
|
);
|
|
|
|
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::LYXSERVER, "lyx: New server socket "
|
2010-04-21 01:19:09 +00:00
|
|
|
<< fd_ << ' ' << address_.absFileName());
|
2003-10-13 12:25:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Close the socket and remove the address of the filesystem.
|
2007-04-29 16:22:46 +00:00
|
|
|
ServerSocket::~ServerSocket()
|
2003-10-13 12:25:11 +00:00
|
|
|
{
|
2006-05-27 13:39:11 +00:00
|
|
|
if (fd_ != -1) {
|
2006-11-30 00:04:51 +00:00
|
|
|
BOOST_ASSERT (theApp());
|
|
|
|
theApp()->unregisterSocketCallback(fd_);
|
2006-10-21 08:30:58 +00:00
|
|
|
if (::close(fd_) != 0)
|
2006-05-27 13:39:11 +00:00
|
|
|
lyxerr << "lyx: Server socket " << fd_
|
2008-05-06 10:22:25 +00:00
|
|
|
<< " IO error on closing: " << strerror(errno)
|
|
|
|
<< endl;
|
2006-05-27 13:39:11 +00:00
|
|
|
}
|
2007-11-28 09:01:49 +00:00
|
|
|
address_.removeFile();
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::LYXSERVER, "lyx: Server socket quitting");
|
2003-10-13 12:25:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-04-29 16:22:46 +00:00
|
|
|
string const ServerSocket::address() const
|
2003-10-13 12:25:11 +00:00
|
|
|
{
|
2010-04-21 01:19:09 +00:00
|
|
|
return address_.absFileName();
|
2003-10-13 12:25:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Creates a new LyXDataSocket and checks to see if the connection
|
|
|
|
// is OK and if the number of clients does not exceed MAX_CLIENTS
|
2007-04-29 16:22:46 +00:00
|
|
|
void ServerSocket::serverCallback()
|
2003-10-13 12:25:11 +00:00
|
|
|
{
|
2015-02-20 14:46:34 +00:00
|
|
|
if (clients.size() >= MAX_CLIENTS) {
|
|
|
|
writeln("BYE:Too many clients connected");
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2007-12-12 19:57:42 +00:00
|
|
|
int const client_fd = socktools::accept(fd_);
|
2004-07-21 19:03:21 +00:00
|
|
|
|
|
|
|
if (fd_ == -1) {
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::LYXSERVER, "lyx: Failed to accept new client");
|
2004-07-21 19:03:21 +00:00
|
|
|
return;
|
2003-10-13 12:25:11 +00:00
|
|
|
}
|
2004-07-21 19:03:21 +00:00
|
|
|
|
|
|
|
// Register the new client.
|
2016-06-02 17:13:55 +00:00
|
|
|
clients[client_fd] = make_shared<LyXDataSocket>(client_fd);
|
2006-11-30 00:04:51 +00:00
|
|
|
theApp()->registerSocketCallback(
|
2004-07-21 19:03:21 +00:00
|
|
|
client_fd,
|
2010-04-22 11:16:58 +00:00
|
|
|
bind(&ServerSocket::dataCallback,
|
2004-07-23 19:01:48 +00:00
|
|
|
this, client_fd)
|
2004-07-21 19:03:21 +00:00
|
|
|
);
|
2003-10-13 12:25:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Reads and processes input from client and check
|
|
|
|
// if the connection has been closed
|
2007-04-29 16:22:46 +00:00
|
|
|
void ServerSocket::dataCallback(int fd)
|
2003-10-13 12:25:11 +00:00
|
|
|
{
|
2012-05-24 11:55:41 +00:00
|
|
|
map<int, shared_ptr<LyXDataSocket> >::const_iterator it = clients.find(fd);
|
|
|
|
if (it == clients.end())
|
|
|
|
return;
|
|
|
|
shared_ptr<LyXDataSocket> client = it->second;
|
2003-10-13 12:25:11 +00:00
|
|
|
string line;
|
|
|
|
bool saidbye = false;
|
2007-04-29 16:22:46 +00:00
|
|
|
while (!saidbye && client->readln(line)) {
|
2003-10-13 12:25:11 +00:00
|
|
|
// The protocol must be programmed here
|
|
|
|
// Split the key and the data
|
2015-09-20 08:42:35 +00:00
|
|
|
size_t pos;
|
2003-10-13 12:25:11 +00:00
|
|
|
if ((pos = line.find(':')) == string::npos) {
|
|
|
|
client->writeln("ERROR:" + line + ":malformed message");
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
|
|
|
|
string const key = line.substr(0, pos);
|
|
|
|
if (key == "LYXCMD") {
|
|
|
|
string const cmd = line.substr(pos + 1);
|
2012-04-13 00:57:25 +00:00
|
|
|
FuncRequest fr(lyxaction.lookupFunc(cmd));
|
|
|
|
fr.setOrigin(FuncRequest::LYXSERVER);
|
2010-01-29 11:22:33 +00:00
|
|
|
DispatchResult dr;
|
2012-04-13 00:57:25 +00:00
|
|
|
theApp()->dispatch(fr, dr);
|
2010-01-29 11:22:33 +00:00
|
|
|
string const rval = to_utf8(dr.message());
|
|
|
|
if (dr.error())
|
2003-10-13 12:25:11 +00:00
|
|
|
client->writeln("ERROR:" + cmd + ':' + rval);
|
2010-01-29 11:22:33 +00:00
|
|
|
else
|
2003-10-13 12:25:11 +00:00
|
|
|
client->writeln("INFO:" + cmd + ':' + rval);
|
|
|
|
} else if (key == "HELLO") {
|
|
|
|
// no use for client name!
|
|
|
|
client->writeln("HELLO:");
|
|
|
|
} else if (key == "BYE") {
|
|
|
|
saidbye = true;
|
|
|
|
} else {
|
|
|
|
client->writeln("ERROR:unknown key " + key);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2007-04-29 16:22:46 +00:00
|
|
|
if (saidbye || !client->connected()) {
|
2004-07-21 19:03:21 +00:00
|
|
|
clients.erase(fd);
|
2003-10-13 12:25:11 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-04-29 16:22:46 +00:00
|
|
|
void ServerSocket::writeln(string const & line)
|
2003-10-13 12:25:11 +00:00
|
|
|
{
|
2007-04-29 16:22:46 +00:00
|
|
|
string const linen = line + '\n';
|
2004-07-21 19:03:21 +00:00
|
|
|
int const size = linen.size();
|
2006-10-21 08:30:58 +00:00
|
|
|
int const written = ::write(fd_, linen.c_str(), size);
|
2005-06-09 09:04:33 +00:00
|
|
|
if (written < size) { // Always mean end of connection.
|
2007-04-29 16:22:46 +00:00
|
|
|
if (written == -1 && errno == EPIPE) {
|
2004-07-21 19:03:21 +00:00
|
|
|
// The program will also receive a SIGPIPE
|
|
|
|
// that must be caught
|
|
|
|
lyxerr << "lyx: Server socket " << fd_
|
|
|
|
<< " connection closed while writing." << endl;
|
|
|
|
} else {
|
|
|
|
// Anything else, including errno == EAGAIN, must be
|
|
|
|
// considered IO error. EAGAIN should never happen
|
|
|
|
// when line is small
|
|
|
|
lyxerr << "lyx: Server socket " << fd_
|
|
|
|
<< " IO error: " << strerror(errno);
|
|
|
|
}
|
|
|
|
}
|
2003-10-13 12:25:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// Debug
|
2007-04-29 16:22:46 +00:00
|
|
|
// void ServerSocket::dump() const
|
2003-10-13 12:25:11 +00:00
|
|
|
// {
|
2007-04-29 16:22:46 +00:00
|
|
|
// lyxerr << "ServerSocket debug dump.\n"
|
2010-04-21 01:19:09 +00:00
|
|
|
// << "fd = " << fd_ << ", address = " << address_.absFileName() << ".\n"
|
2003-11-03 17:47:28 +00:00
|
|
|
// << "Clients: " << clients.size() << ".\n";
|
2007-12-12 19:28:07 +00:00
|
|
|
// map<int, shared_ptr<LyXDataSocket> >::const_iterator client = clients.begin();
|
|
|
|
// map<int, shared_ptr<LyXDataSocket> >::const_iterator end = clients.end();
|
2004-07-21 19:03:21 +00:00
|
|
|
// for (; client != end; ++client)
|
|
|
|
// lyxerr << "fd = " << client->first << '\n';
|
2003-10-13 12:25:11 +00:00
|
|
|
// }
|
|
|
|
|
|
|
|
|
2004-07-21 19:03:21 +00:00
|
|
|
LyXDataSocket::LyXDataSocket(int fd)
|
|
|
|
: fd_(fd), connected_(true)
|
2003-10-13 12:25:11 +00:00
|
|
|
{
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::LYXSERVER, "lyx: New data socket " << fd_);
|
2003-10-13 12:25:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
LyXDataSocket::~LyXDataSocket()
|
|
|
|
{
|
2006-10-21 08:30:58 +00:00
|
|
|
if (::close(fd_) != 0)
|
2006-05-27 13:39:11 +00:00
|
|
|
lyxerr << "lyx: Data socket " << fd_
|
|
|
|
<< " IO error on closing: " << strerror(errno);
|
2003-10-13 12:25:11 +00:00
|
|
|
|
2006-11-30 00:04:51 +00:00
|
|
|
theApp()->unregisterSocketCallback(fd_);
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::LYXSERVER, "lyx: Data socket " << fd_ << " quitting.");
|
2003-10-13 12:25:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool LyXDataSocket::connected() const
|
|
|
|
{
|
|
|
|
return connected_;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Returns true if there was a complete line to input
|
|
|
|
bool LyXDataSocket::readln(string & line)
|
|
|
|
{
|
|
|
|
int const charbuf_size = 100;
|
2006-04-05 23:56:29 +00:00
|
|
|
char charbuf[charbuf_size]; // buffer for the ::read() system call
|
2003-10-13 12:25:11 +00:00
|
|
|
int count;
|
|
|
|
|
|
|
|
// read and store characters in buffer
|
2006-10-21 08:30:58 +00:00
|
|
|
while ((count = ::read(fd_, charbuf, charbuf_size - 1)) > 0) {
|
2004-07-21 19:03:21 +00:00
|
|
|
buffer_.append(charbuf, charbuf + count);
|
2003-10-13 12:25:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// Error conditions. The buffer must still be
|
|
|
|
// processed for lines read
|
|
|
|
if (count == 0) { // EOF -- connection closed
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::LYXSERVER, "lyx: Data socket " << fd_
|
|
|
|
<< ": connection closed.");
|
2003-10-13 12:25:11 +00:00
|
|
|
connected_ = false;
|
|
|
|
} else if ((count == -1) && (errno != EAGAIN)) { // IO error
|
|
|
|
lyxerr << "lyx: Data socket " << fd_
|
|
|
|
<< ": IO error." << endl;
|
|
|
|
connected_ = false;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Cut a line from buffer
|
2007-11-28 22:12:03 +00:00
|
|
|
size_t pos = buffer_.find('\n');
|
2004-07-21 19:03:21 +00:00
|
|
|
if (pos == string::npos) {
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::LYXSERVER, "lyx: Data socket " << fd_
|
|
|
|
<< ": line not completed.");
|
2003-10-13 12:25:11 +00:00
|
|
|
return false; // No complete line stored
|
|
|
|
}
|
2004-07-21 19:03:21 +00:00
|
|
|
line = buffer_.substr(0, pos);
|
|
|
|
buffer_.erase(0, pos + 1);
|
2003-10-13 12:25:11 +00:00
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Write a line of the form <key>:<value> to the socket
|
|
|
|
void LyXDataSocket::writeln(string const & line)
|
|
|
|
{
|
2007-04-29 16:22:46 +00:00
|
|
|
string const linen = line + '\n';
|
2004-07-21 19:03:21 +00:00
|
|
|
int const size = linen.size();
|
2006-10-21 08:30:58 +00:00
|
|
|
int const written = ::write(fd_, linen.c_str(), size);
|
2005-06-09 09:04:33 +00:00
|
|
|
if (written < size) { // Always mean end of connection.
|
2007-04-29 16:22:46 +00:00
|
|
|
if (written == -1 && errno == EPIPE) {
|
2003-10-13 12:25:11 +00:00
|
|
|
// The program will also receive a SIGPIPE
|
|
|
|
// that must be catched
|
|
|
|
lyxerr << "lyx: Data socket " << fd_
|
|
|
|
<< " connection closed while writing." << endl;
|
|
|
|
} else {
|
|
|
|
// Anything else, including errno == EAGAIN, must be
|
|
|
|
// considered IO error. EAGAIN should never happen
|
|
|
|
// when line is small
|
|
|
|
lyxerr << "lyx: Data socket " << fd_
|
|
|
|
<< " IO error: " << strerror(errno);
|
|
|
|
}
|
|
|
|
connected_ = false;
|
|
|
|
}
|
|
|
|
}
|
2006-10-21 00:16:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
} // namespace lyx
|