summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-25 18:13:01 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-25 18:13:01 +0100
commita0ccb22706c22239fdf309df3607df40f6a22115 (patch)
tree94c3ad2cb49ae7434cfa88f63a719ebcb7282f89 /src
parent5030281871bbb53092c2c8c0b6905818783acf01 (diff)
Re-throw exception on send fail.
Diffstat (limited to 'src')
-rw-r--r--src/lib/server.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/server.cc b/src/lib/server.cc
index 0bf42bcb9..a06f0c0eb 100644
--- a/src/lib/server.cc
+++ b/src/lib/server.cc
@@ -138,6 +138,7 @@ Server::process (shared_ptr<Socket> socket)
image->pixel_format(), image->size().width, image->size().height, image->components()
)
);
+ throw;
}
return frame;