Update repo URLs (#370)

This commit is contained in:
Alex Touchet
2019-06-04 23:06:13 -07:00
committed by Sean McArthur
parent 8974fcd9ff
commit e13645c091
7 changed files with 9 additions and 9 deletions

View File

@@ -577,7 +577,7 @@ where
// prioritize layer. If prioritization reorders new streams, this
// implicitly closes the earlier stream IDs.
//
// See: carllerche/h2#11
// See: hyperium/h2#11
let mut me = self.inner.lock().unwrap();
let me = &mut *me;