bos / pronk

A small command line application for load testing web servers. Think of it as similar to httperf or ab, only more modern and simpler to deal with.
Other
224 stars 21 forks source link

Update pronk to new http-enumerator 0.7 API #7

Closed hvr closed 13 years ago

hvr commented 13 years ago

This addresses the breakage reported in issue #5 by adapting the code in question to the new API which doesn't expose the Request constructor anymore. The code should work with the old and the new API and therefore the build-dependancy doesn't need changing (although it would be advisable to restrict the http-enumerator version to 0.7.*)