stretchr / goweb

A lightweight RESTful web framework for Go
632 stars 61 forks source link

JSONp requests have to return with 200 status in order for the callback to trigger #30

Closed matryer closed 11 years ago

matryer commented 11 years ago

Currently, errors (like 404 or 500) won't cause the callback to be triggered.