Fix encoding, more interop and update nightly version
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#![feature(async_await)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ impl Body for RecvBody {
|
||||
type Data = Data;
|
||||
type Error = h2::Error;
|
||||
|
||||
fn is_end_stream(self: Pin<&mut Self>) -> bool {
|
||||
fn is_end_stream(&self) -> bool {
|
||||
self.inner.is_end_stream()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user