mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +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.