Closed lou closed 12 years ago
when I submit a query with a file and with another params which contains special characters (ie: éèîü etc ..) it breaks.
EOFError (bad content body)
I don't know if it's the right way to fix it but it works !
Note: tested only on ruby 1.9.2
We'll probably need to do some charset/encoding changes in the future. But for now, #14 does indeed fix this slightly better.
when I submit a query with a file and with another params which contains special characters (ie: éèîü etc ..) it breaks.
EOFError (bad content body)
I don't know if it's the right way to fix it but it works !
Note: tested only on ruby 1.9.2