joy icon indicating copy to clipboard operation
joy copied to clipboard

Multipart bug fixes

Open denyadzi opened this issue 7 months ago • 0 comments

Hi! This PR fixes two problems:

  • The csrf token wasn't taken from multipart body
  • The multipart body parser used function string/trimr with a second argument. This argument passes a set of chars being treated as whitespace. Each of these chars are trimmed by this function from the end of the string. So, if data string ended with some of these chars, it was trimmed also.

denyadzi avatar Nov 16 '23 15:11 denyadzi