Remove FIXME about buffer pools

If I'm not going to do anything about it soon, it's not worth keeping
this comment.
This commit is contained in:
Eric Seppanen
2021-05-18 14:53:27 -07:00
committed by Eric Seppanen
parent 9fe3b73e13
commit 4c35b22626

View File

@@ -74,7 +74,6 @@ impl FeStartupMessage {
_ => StartupRequestCode::Normal,
};
// FIXME: A buffer pool would be nice, to avoid zeroing the buffer.
let params_len = len - 8;
let mut params_bytes = vec![0u8; params_len];
reader.read_exact(params_bytes.as_mut())?;