vhs / nomos

Membership management system made VHS-centric
25 stars 7 forks source link

exit handlers if ended #177

Closed laftho closed 8 years ago

laftho commented 8 years ago

After the IPN payment gateway was run and finished it would try to run the service handler module and fail because it couldn't find an endpoint and despite the IPN running fine it would always generate an exception.

The HttpServer->handle should iterate modules until a server->end is called then stop going through the handlers and start finishing the request.