mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 17:02:56 +00:00
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:
committed by
Eric Seppanen
parent
9fe3b73e13
commit
4c35b22626
@@ -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())?;
|
||||
|
||||
Reference in New Issue
Block a user