hapijs / good

hapi process monitoring
Other
525 stars 161 forks source link

Wreck >=11.x.x currently unsupported #549

Closed lostthetrail closed 7 years ago

lostthetrail commented 7 years ago

Wreck 11.x.x introduced a new format for the response event. It collapses the arguments into an object.

It was:

error, req, res, start, uri

It is now:

error, {req, res, start, uri}

See changelog history: https://github.com/hapijs/wreck/issues/162

A PR to support both formats is inbound.

lock[bot] commented 4 years ago

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.