1. 24 Feb, 2014 6 commits
  2. 23 Feb, 2014 11 commits
  3. 22 Feb, 2014 10 commits
  4. 20 Feb, 2014 1 commit
  5. 19 Feb, 2014 3 commits
  6. 18 Feb, 2014 8 commits
  7. 17 Feb, 2014 1 commit
    • Tatsuhiro Tsujikawa's avatar
      http2: Support HTTP POST/PUT · 035b91a2
      Tatsuhiro Tsujikawa authored
      This patch enables HTTP POST/PUT in HTTP2.
      We disabled Expect header field and  chunked transfer encoding
      since HTTP2 forbids them.
      In HTTP1, Curl sends small upload data with request headers, but
      HTTP2 requires upload data must be in DATA frame separately.
      So we added some conditionals to achieve this.
      035b91a2