jeffbski / bench-rest

bench-rest - benchmark REST (HTTP/HTTPS) API's. node.js client module for easy load testing / benchmarking REST API's using a simple structure/DSL can create REST flows with setup and teardown and returns (measured) metrics.
MIT License
303 stars 51 forks source link

Fix saveEtag hook #6

Closed kevinjalbert closed 9 years ago

kevinjalbert commented 9 years ago

The etag wouldn't be stored in the all.env.etags as the etag value was within the header not the response itself.

jeffbski commented 9 years ago

Thanks @kevinjalbert for catching that. Published to npm as v1.0.2