Skip to content

Commit

Permalink
using the new name
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Nov 17, 2023
1 parent 5180d8a commit f062112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Network/QUIC/IO.hs
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ checkBlocked s len wait = atomically $ do
let conn = streamConnection s
strmFlow <- readStreamFlowTx s
connFlow <- readConnectionFlowTx conn
let strmWindow = txFlowWindow strmFlow
connWindow = txFlowWindow connFlow
let strmWindow = txWindowSize strmFlow
connWindow = txWindowSize connFlow
minFlow = min strmWindow connWindow
n = min len minFlow
when wait $ checkSTM (n > 0)
Expand Down

0 comments on commit f062112

Please sign in to comment.