Update repository links in source comments

This commit is contained in:
Vinnie Falco
2017-07-29 05:03:05 -07:00
parent c57f9ba18e
commit c465ed5a69
7 changed files with 9 additions and 8 deletions

View File

@ -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
--------------------------------------------------------------------------------

View File

@ -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>

View File

@ -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

View File

@ -28,7 +28,7 @@ public:
}
};
// https://github.com/vinniefalco/Beast/issues/432
// https://github.com/boostorg/beast/issues/432
void
testRegression432()
{

View File

@ -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()
{

View File

@ -366,7 +366,7 @@ public:
}
}
// https://github.com/vinniefalco/Beast/issues/430
// https://github.com/boostorg/beast/issues/430
void
testRegression430()
{

View File

@ -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
*/