diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-25 18:13:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-25 18:13:01 +0100 |
| commit | a0ccb22706c22239fdf309df3607df40f6a22115 (patch) | |
| tree | 94c3ad2cb49ae7434cfa88f63a719ebcb7282f89 /src/lib/server.cc | |
| parent | 5030281871bbb53092c2c8c0b6905818783acf01 (diff) | |
Re-throw exception on send fail.
Diffstat (limited to 'src/lib/server.cc')
| -rw-r--r-- | src/lib/server.cc | 1 |
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; |
