rschildmeijer / deft

High performance non blocking web framework
http://www.deftserver.org
Apache License 2.0
197 stars 25 forks source link

Make the etag header creation configurable #147

Open rschildmeijer opened 13 years ago

rschildmeijer commented 13 years ago

At the moment the framework always tries to set the etag based on the response body. This is expensive.

http://en.wikipedia.org/wiki/HTTP_ETag

rschildmeijer commented 13 years ago

https://github.com/facebook/tornado/commit/619bbf7c00775286b92f47fce85b2314dd8f85c8 one day after this issues was created