FreeBSD Bugzilla – Attachment 201952 Details for
Bug 235691
devel/boost-libs : ASIO closing SSL connections incorrect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for files directory
patch-boost_asio_ssl_detail_impl_engine.ipp (text/plain), 407 bytes, created by
Tilman Keskinoz
on 2019-02-12 11:01:48 UTC
(
hide
)
Description:
patch for files directory
Filename:
MIME Type:
Creator:
Tilman Keskinoz
Created:
2019-02-12 11:01:48 UTC
Size:
407 bytes
patch
obsolete
>--- boost/asio/ssl/detail/impl/engine.ipp.orig 2019-01-10 14:52:57.933521541 +0100 >+++ boost/asio/ssl/detail/impl/engine.ipp 2019-01-10 14:53:42.169904879 +0100 >@@ -244,6 +244,9 @@ > { > ec = boost::system::error_code(sys_error, > boost::asio::error::get_ssl_category()); >+ if (pending_output_after > pending_output_before) { >+ return want_output; >+ } > return want_nothing; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 235691
: 201952