creativelive / hapi-ratelimit

Hapi rate limiting module
MIT License
33 stars 15 forks source link

Hapi8: empty return #15

Closed shujaattariq closed 9 years ago

shujaattariq commented 9 years ago

Newer version of Hapi seems to have broken this plugin, i cant make it work on 8.2,(using the sample code).

Any solutions ?

joseph-norman commented 9 years ago

+1 for this, having the same issue. The example code is returning an empty response. I believe it's to do with the usage of reply.continue() but I'm not sure.

cl-aaron commented 9 years ago

Hey guys, I'll try to make an update soon. I recently merged in a submitted patch to bring this up to hapi 8. However, it did not pass the functional tests and so I haven't updated npm yet.

joseph-norman commented 9 years ago

Thanks @cl-aaron much appreciated!