1. 22 9月, 2014 2 次提交
  2. 21 9月, 2014 1 次提交
    • M
      Handle UTF-8 multibyte sequences in node · 9d5a8781
      Mathieu Bruyen 提交于
      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.
      9d5a8781
  3. 18 9月, 2014 1 次提交
    • M
      Allow ArrayBuffer and related views as data · 095a204c
      Mathieu Bruyen 提交于
      In order to push binary data under the form of ArrayBuffer and
      its related views (Int8Array, ...) one needs not to stringify
      those.
      
      For the XHR adapter there is nothing to do as it natively supports
      ArrayBuffer in req.send().
      
      Node's http adapter supports only string or Buffer thus a
      transformation to Buffer is required before setting content length
      header.
      095a204c
  4. 17 9月, 2014 3 次提交
  5. 13 9月, 2014 1 次提交
  6. 06 9月, 2014 1 次提交
  7. 30 8月, 2014 1 次提交
  8. 29 8月, 2014 4 次提交
  9. 28 8月, 2014 2 次提交
  10. 27 8月, 2014 4 次提交
  11. 26 8月, 2014 1 次提交
  12. 19 8月, 2014 1 次提交