Merge pull request #6149 from nymtech/simon/tommy_too_quick

tommy is too quick
This commit is contained in:
Tommy Verrall
2025-10-27 13:52:55 +01:00
committed by GitHub
@@ -343,6 +343,7 @@ impl BuilderConfigBuilder {
}
#[cfg(unix)]
#[must_use]
pub fn connection_fd_callback(
mut self,
connection_fd_callback: Arc<dyn Fn(RawFd) + Send + Sync>,