Skip to content

Commit

Permalink
fds
Browse files Browse the repository at this point in the history
  • Loading branch information
c410-f3r committed Oct 22, 2024
1 parent 1ad8a42 commit a8ca844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wtx/src/http2/server_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ where
let sorp = sorp_mut(&mut hdpm.hb.sorp, self.stream_id)?;
if let Some(local_body) = body_opt.take() {
if let Some(elem) = status_recv(&self.is_conn_open, sorp) {
std::dbg!(&elem);
return Poll::Ready(Ok((elem, local_body)));
}
sorp.rrb.body = local_body;
Expand Down

0 comments on commit a8ca844

Please sign in to comment.