strongloop / strong-remoting

Communicate between objects in servers, mobile apps, and other servers.
www.strongloop.com
Other
105 stars 93 forks source link

fix crash on invalid `_format` type. Fixes #396 #409

Closed STRML closed 7 years ago

STRML commented 7 years ago

Description

HTTPContext will crash if _format is present but not a string.

Related issues

396

Checklist