mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 21:34:46 +02:00
Update repository links in source comments
This commit is contained in:
@@ -2,6 +2,7 @@ Version 92:
|
|||||||
|
|
||||||
* Fix typo in test/CMakeLists.txt
|
* Fix typo in test/CMakeLists.txt
|
||||||
* basic_fields::value_type is not copyable
|
* basic_fields::value_type is not copyable
|
||||||
|
* Update repository links in source comments
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@@ -61,7 +61,7 @@ class handler_ptr
|
|||||||
// without exposing ourselves to race conditions
|
// without exposing ourselves to race conditions
|
||||||
// and all sorts of ugliness.
|
// and all sorts of ugliness.
|
||||||
// See:
|
// See:
|
||||||
// https://github.com/vinniefalco/Beast/issues/215
|
// https://github.com/boostorg/beast/issues/215
|
||||||
Handler handler;
|
Handler handler;
|
||||||
|
|
||||||
template<class DeducedHandler, class... Args>
|
template<class DeducedHandler, class... Args>
|
||||||
|
@@ -1021,7 +1021,7 @@ doParams(z_params& zs, int level, Strategy strategy, error_code& ec)
|
|||||||
|
|
||||||
// VFALCO boost::optional param is a workaround for
|
// VFALCO boost::optional param is a workaround for
|
||||||
// gcc "maybe uninitialized" warning
|
// gcc "maybe uninitialized" warning
|
||||||
// https://github.com/vinniefalco/Beast/issues/532
|
// https://github.com/boostorg/beast/issues/532
|
||||||
//
|
//
|
||||||
template<class>
|
template<class>
|
||||||
void
|
void
|
||||||
|
@@ -28,7 +28,7 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// https://github.com/vinniefalco/Beast/issues/432
|
// https://github.com/boostorg/beast/issues/432
|
||||||
void
|
void
|
||||||
testRegression432()
|
testRegression432()
|
||||||
{
|
{
|
||||||
|
@@ -1056,7 +1056,7 @@ public:
|
|||||||
|
|
||||||
//--------------------------------------------------------------------------
|
//--------------------------------------------------------------------------
|
||||||
|
|
||||||
// https://github.com/vinniefalco/Beast/issues/430
|
// https://github.com/boostorg/beast/issues/430
|
||||||
void
|
void
|
||||||
testIssue430()
|
testIssue430()
|
||||||
{
|
{
|
||||||
@@ -1069,7 +1069,7 @@ public:
|
|||||||
"0\r\n\r\n");
|
"0\r\n\r\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
// https://github.com/vinniefalco/Beast/issues/452
|
// https://github.com/boostorg/beast/issues/452
|
||||||
void
|
void
|
||||||
testIssue452()
|
testIssue452()
|
||||||
{
|
{
|
||||||
@@ -1087,7 +1087,7 @@ public:
|
|||||||
BEAST_EXPECT(p.is_done());
|
BEAST_EXPECT(p.is_done());
|
||||||
}
|
}
|
||||||
|
|
||||||
// https://github.com/vinniefalco/Beast/issues/496
|
// https://github.com/boostorg/beast/issues/496
|
||||||
void
|
void
|
||||||
testIssue496()
|
testIssue496()
|
||||||
{
|
{
|
||||||
|
@@ -366,7 +366,7 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// https://github.com/vinniefalco/Beast/issues/430
|
// https://github.com/boostorg/beast/issues/430
|
||||||
void
|
void
|
||||||
testRegression430()
|
testRegression430()
|
||||||
{
|
{
|
||||||
|
@@ -1534,7 +1534,7 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
https://github.com/vinniefalco/Beast/issues/300
|
https://github.com/boostorg/beast/issues/300
|
||||||
|
|
||||||
Write a message as two individual frames
|
Write a message as two individual frames
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user