Panic in UpgradeableConnection
due to unwrap
#3626
Labels
C-bug
Category: bug. Something is wrong. This is bad!
Version
1.x.x
& current master (203d1b090d0d0349c7e373e881ac4ddba72129be
)Platform
Seems doesn't matter
Description
I encountered a panic for http/1 connection:
I.e this line has panicked due to
unwrap
hyper/src/server/conn/http1.rs
Line 504 in 203d1b0
I wasn't manage to build an MRE yet, but the issue is worth filling out
Btw, it's already second panic due to unwrapping after
1.x
release (see #3615). I think the use ofunwrap
should be given more attentionThe text was updated successfully, but these errors were encountered: