[phobos] [D-Programming-Language/phobos] 512a50: properly decode content-length

GitHub via phobos phobos at puremagic.com
Wed Sep 2 00:07:47 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 512a501e5bfed444d8f557783c584c3b8a8cba46
      https://github.com/D-Programming-Language/phobos/commit/512a501e5bfed444d8f557783c584c3b8a8cba46
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-08-30 (Sun, 30 Aug 2015)

  Changed paths:
    M std/net/curl.d

  Log Message:
  -----------
  properly decode content-length

- split headers and body
- partly parse request header for content-length
  and handle 100-continue
- return headers and body separately
- fix missing content-length in patch method


  Commit: a74d55b5cdeefcffb910c3a98a168b4800b30431
      https://github.com/D-Programming-Language/phobos/commit/a74d55b5cdeefcffb910c3a98a168b4800b30431
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-09-02 (Wed, 02 Sep 2015)

  Changed paths:
    M std/net/curl.d

  Log Message:
  -----------
  Merge pull request #3604 from MartinNowak/fix14938

properly decode content-length


Compare: https://github.com/D-Programming-Language/phobos/compare/75a0a02b4d32...a74d55b5cdee


More information about the phobos mailing list