mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-20 21:18:21 +00:00
a51b269f15
previously we applied the ratelimiting only up to receiving the headers from s3, or somewhere near it. the commit adds an adapter which carries the permit until the AsyncRead has been disposed. fixes #3662.