forked from boostorg/beast
committed by
Vinnie Falco
parent
df0e9336bf
commit
9b10f08692
@@ -1,3 +1,10 @@
|
||||
Version 251:
|
||||
|
||||
* Clean up CI scripts
|
||||
* detect_ssl uses bool
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Version 250:
|
||||
|
||||
* Use SaxonHE in reference generation
|
||||
|
@@ -830,7 +830,7 @@ public:
|
||||
}
|
||||
|
||||
void
|
||||
on_detect(beast::error_code ec, boost::tribool result)
|
||||
on_detect(beast::error_code ec, bool result)
|
||||
{
|
||||
if(ec)
|
||||
return fail(ec, "detect");
|
||||
|
@@ -530,7 +530,7 @@ public:
|
||||
}
|
||||
|
||||
void
|
||||
on_detect(beast::error_code ec, boost::tribool result)
|
||||
on_detect(beast::error_code ec, bool result)
|
||||
{
|
||||
if(ec)
|
||||
return fail(ec, "detect");
|
||||
|
Reference in New Issue
Block a user