Wire in PushPromise
This commit is contained in:
		| @@ -155,11 +155,8 @@ impl<T, P, B> Connection<T, P, B> | ||||
|                     */ | ||||
|                 } | ||||
|                 Some(PushPromise(frame)) => { | ||||
|                     // TODO: implement | ||||
|                     /* | ||||
|                     trace!("recv PUSH_PROMISE; frame={:?}", frame); | ||||
|                     try!(self.streams.recv_push_promise(frame)); | ||||
|                     */ | ||||
|                     self.streams.recv_push_promise(frame)?; | ||||
|                 } | ||||
|                 Some(Settings(frame)) => { | ||||
|                     trace!("recv SETTINGS; frame={:?}", frame); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user