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

View File

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

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

View File

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

View File

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

View File

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

View File

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