lox / httpcache

An RFC7234 compliant golang http.Handler for caching HTTP responses
MIT License
264 stars 28 forks source link

Add a LevelDB store #5

Closed lox closed 10 years ago

lox commented 10 years ago

The file store implementation still has issues with locking and concurrency, the symptom is an i/o timeout on the client end.

In the meantime, this offers a store that makes use of https://github.com/syndtr/goleveldb, which is a go port of leveldb.