1. 29 7月, 2015 7 次提交
  2. 28 7月, 2015 26 次提交
  3. 27 7月, 2015 2 次提交
  4. 26 7月, 2015 3 次提交
  5. 25 7月, 2015 1 次提交
  6. 24 7月, 2015 1 次提交
    • cmds/http/handler: set stream error trailer · 814f437f
      stream output might break. in these cases we need to notify the
      client. this is after a 200 response has been sent. We do this
      by setting a special trailer (header after the body):
      
        X-Stream-Error: <error cause>
      
      This is similar to what's done by systems like gRPC. This still
      needs to be read + handled on the other side.
      
      License: MIT
      Signed-off-by: 's avatarJuan Batiz-Benet <juan@benet.ai>
      Juan Batiz-Benet 提交于