mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
Hellosign now posts their callback as form/multipart, which Django only permits to be read once. Attempts to access request.body after the initial read throw "django.http.request.RawPostDataException: You cannot access body after reading from request's data stream". Fixes #13847.
2.5 KiB
2.5 KiB