View | Details | Raw Unified | Return to bug 235691
Collapse All | Expand All

(-)boost/asio/ssl/detail/impl/engine.ipp (+3 lines)
Lines 244-249 Link Here
244
  {
244
  {
245
    ec = boost::system::error_code(sys_error,
245
    ec = boost::system::error_code(sys_error,
246
        boost::asio::error::get_ssl_category());
246
        boost::asio::error::get_ssl_category());
247
    if (pending_output_after > pending_output_before) {
248
      return want_output;
249
    }
247
    return want_nothing;
250
    return want_nothing;
248
  }
251
  }
249
252

Return to bug 235691