Skip to content

Commit

Permalink
Update connection.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
iyangsj authored Jan 10, 2024
1 parent 283144c commit 539b153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ impl Connection {
return crate::MIN_CLIENT_INITIAL_LEN;
}

// Use the configed or validated max_datagram_size
// Use the configured or validated max_datagram_size
self.paths
.get(pid)
.ok()
Expand Down

0 comments on commit 539b153

Please sign in to comment.