Expose Codec via an unstable flag (#49)
Exposes `Codec` using an unstable flag. This is useful for testing.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
pub mod support;
|
||||
use support::*;
|
||||
extern crate h2_test_support;
|
||||
use h2_test_support::*;
|
||||
|
||||
// In this case, the stream & connection both have capacity, but capacity is not
|
||||
// explicitly requested.
|
||||
|
||||
Reference in New Issue
Block a user