ring-clojure / ring-headers

Ring middleware for common response headers
26 stars 12 forks source link

Fix comment referencing obsolete RFC 2616 #10

Open devurandom opened 1 year ago

devurandom commented 1 year ago

ring/ring-defaults 0.3.4 changed the default value for absolute URIs in Location headers in https://github.com/ring-clojure/ring-defaults/commit/5daefefd76d2655a474253d3b0cd853e136c3711. This PR changes the comment on the actual middleware that still described absolute URIs as mandatory.