1602 / kontroller

Generic Controller for express / compound / socket.io and everything else
8 stars 5 forks source link

Fix to handle the format is not in the respondTo format options #9

Closed kesavkolla closed 11 years ago

kesavkolla commented 11 years ago

If the parameter format is not in one of the respondTo formats request take long time before times out. Adding a conditional check in the variants if the format exists or not speeds up the request processing.