Commit f343d35b authored by atj's avatar atj
Browse files

my brain isn't working

parent 0e4329a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ public:
                            }
                            // Write the buffer to our socket
                            client.async_send(buffer);
                            if (stream_error) {
                            if (client.error) {
                                throw std::runtime_error("sending process pipe failed: " + stream_error.message());
                            }
                        } while (read_size > 0 && !stream_error);