mirror of
https://github.com/tenrok/axios.git
synced 2026-06-05 16:42:32 +03:00
9d5a8781e3
Content-length header was set to the length of the string, which does not take into account multibyte sequences in UTF-8 strings. Now converts first to a buffer to get the proper length.