mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +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
|
||||
* 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
|
||||
// and all sorts of ugliness.
|
||||
// See:
|
||||
// https://github.com/vinniefalco/Beast/issues/215
|
||||
// https://github.com/boostorg/beast/issues/215
|
||||
Handler handler;
|
||||
|
||||
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
|
||||
// gcc "maybe uninitialized" warning
|
||||
// https://github.com/vinniefalco/Beast/issues/532
|
||||
// https://github.com/boostorg/beast/issues/532
|
||||
//
|
||||
template<class>
|
||||
void
|
||||
|
@ -28,7 +28,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
// https://github.com/vinniefalco/Beast/issues/432
|
||||
// https://github.com/boostorg/beast/issues/432
|
||||
void
|
||||
testRegression432()
|
||||
{
|
||||
|
@ -1056,7 +1056,7 @@ public:
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
|
||||
// https://github.com/vinniefalco/Beast/issues/430
|
||||
// https://github.com/boostorg/beast/issues/430
|
||||
void
|
||||
testIssue430()
|
||||
{
|
||||
@ -1069,7 +1069,7 @@ public:
|
||||
"0\r\n\r\n");
|
||||
}
|
||||
|
||||
// https://github.com/vinniefalco/Beast/issues/452
|
||||
// https://github.com/boostorg/beast/issues/452
|
||||
void
|
||||
testIssue452()
|
||||
{
|
||||
@ -1087,7 +1087,7 @@ public:
|
||||
BEAST_EXPECT(p.is_done());
|
||||
}
|
||||
|
||||
// https://github.com/vinniefalco/Beast/issues/496
|
||||
// https://github.com/boostorg/beast/issues/496
|
||||
void
|
||||
testIssue496()
|
||||
{
|
||||
|
@ -366,7 +366,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
// https://github.com/vinniefalco/Beast/issues/430
|
||||
// https://github.com/boostorg/beast/issues/430
|
||||
void
|
||||
testRegression430()
|
||||
{
|
||||
|
@ -1534,7 +1534,7 @@ public:
|
||||
#endif
|
||||
|
||||
/*
|
||||
https://github.com/vinniefalco/Beast/issues/300
|
||||
https://github.com/boostorg/beast/issues/300
|
||||
|
||||
Write a message as two individual frames
|
||||
*/
|
||||
|
Reference in New Issue
Block a user