1. 20 8月, 2014 1 次提交
    • Travis Cross's avatar
      Decode params to `curl_sendfile` · f2ca3c52
      Travis Cross 提交于
      `curl_sendfile` generates a multipart message with Content-Type:
      multipart/form-data with no separate Content-Type headers in the parts
      for each non-file argument.  These parts therefore default to
      text/plain.  However, prior to this commit, we were putting the URL
      encoded POST data into these parts, which is not correct.  We should
      be putting raw text into the parts.
      
      With this commit, we urldecode each argument key and value before
      composing the multipart message.
      
      See:
      
        http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.2
      f2ca3c52
  2. 18 8月, 2014 4 次提交
  3. 17 8月, 2014 1 次提交
  4. 16 8月, 2014 2 次提交
  5. 15 8月, 2014 5 次提交
  6. 14 8月, 2014 3 次提交
  7. 13 8月, 2014 6 次提交
  8. 12 8月, 2014 3 次提交
  9. 11 8月, 2014 4 次提交
  10. 08 8月, 2014 2 次提交
  11. 06 8月, 2014 4 次提交
  12. 05 8月, 2014 5 次提交