26
26
* Preserve transport decorators while following redirections.
27
27
(Vincent Ladeuil, #245964)
29
32
* ``Transport.readv()`` defaults to not reading more than 100MB in a
30
33
single array. Further ``RemoteTransport.readv`` sets this to 5MB to
31
34
work better with how it splits its requests.