ProtonMail / go-proton-api

Proton API library used by Go-based clients and tools
MIT License
122 stars 16 forks source link

fix(GODT-3012): Fix emtpy multi-part values after network retry #120

Closed LBeernaertProton closed 11 months ago

LBeernaertProton commented 11 months ago

Use custom fork of Resty https://github.com/LBeernaertProton/resty/tree/multipart-streams where we have fixed the issue of multipart request being empty if the request needs to be repeated more than once.