git-annex/P2P/Http
Joey Hess a01426b713
avoid padding in servePut
This means that when the client sends a truncated data to indicate
invalidity, DATA is not passed the full expected data. That leaves the
P2P connection in a state where it cannot be reused. While so far, they
are not reused, they will be later when proxies are supported. So, have
to close the P2P connection in this situation.
2024-07-22 12:30:30 -04:00
..
State.hs avoid padding in servePut 2024-07-22 12:30:30 -04:00
Types.hs only base64 non-utf8 2024-07-11 15:47:16 -04:00