cactus / go-camo

A secure image proxy server
MIT License
255 stars 48 forks source link

Support Etag header in the server response #16

Closed dropwhile closed 7 years ago

dropwhile commented 7 years ago

Server responses currently omit the Etag header. The omission is inconsistent with the passing of if-none-match request headers.

See issue #15