Skip to content

Commit

Permalink
Update src/h3/stream.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
LPardue committed Jan 27, 2022
1 parent cda0ab9 commit 13401b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quiche/src/h3/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ impl Stream {
match (ty, self.remote_initialized) {
(frame::HEADERS_FRAME_TYPE_ID, false) => {
self.remote_initialized = true;
// self.initial_headers_received = true;
},

(frame::DATA_FRAME_TYPE_ID, false) =>
Expand Down

0 comments on commit 13401b4

Please sign in to comment.