Skip to content

Commit

Permalink
Remove Patches: OK for braid-org/braid-spec#119
Browse files Browse the repository at this point in the history
  • Loading branch information
toomim committed Sep 17, 2023
1 parent 4286649 commit 7bfa1c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion braid-http/braid-http-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ function braidify (req, res, next) {
// First, declare that we support Patches and JSON ranges.
res.setHeader('Range-Request-Allow-Methods', 'PATCH, PUT')
res.setHeader('Range-Request-Allow-Units', 'json')
res.setHeader("Patches", "OK")

// Extract braid info from headers
var version = req.headers.version && JSON.parse(req.headers.version),
Expand Down

0 comments on commit 7bfa1c8

Please sign in to comment.