1. 26 1月, 2016 1 次提交
    • Y
      Fix regression caused by commit ad654793 · e3810b59
      Yunkai Zhang 提交于
      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: NYunkai Zhang <qiushu.zyk@taobao.com>
      e3810b59
  2. 18 1月, 2016 12 次提交
  3. 17 1月, 2016 8 次提交
  4. 15 1月, 2016 7 次提交
  5. 14 1月, 2016 1 次提交
  6. 13 1月, 2016 8 次提交
  7. 12 1月, 2016 3 次提交