1. 27 Jan, 2016 1 commit
  2. 26 Jan, 2016 1 commit
    • Yunkai Zhang's avatar
      Fix regression caused by commit ad654793 · e3810b59
      Yunkai Zhang authored
      Commit ad654793 will cause "Method Not Allow" in preflight response
      when enable CORS plugin.
      
      The root cause is that CORS plugin didn't generate http output after applied
      commit ad654793, so the value of `ctx.ResponseWriter.Started` will be keep
      `false`, and then later filter chains will be go on to run when CORS filter
      finished.
      
      This path will both fix "Method Not Allow" and the original bug
      "multiple response.WriteHeader calls".
      Signed-off-by: 's avatarYunkai Zhang <qiushu.zyk@taobao.com>
      e3810b59
  3. 18 Jan, 2016 6 commits
  4. 17 Jan, 2016 14 commits
  5. 15 Jan, 2016 7 commits
  6. 14 Jan, 2016 1 commit
  7. 13 Jan, 2016 8 commits
  8. 12 Jan, 2016 2 commits