Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- try {
- read_gz(received_data->config_buf, stream);
- } catch(boost::iostreams::gzip_error&) {
- throw config::error("malformed compressed data");
- } catch(config::error &e) {
- received_data->config_error = e.message;
- }
Advertisement
Add Comment
Please, Sign In to add comment