I've just upgraded my fuel installation to 1.6 from 1.5 to take advantage or the new ormauth and opauth and I can't figure out where my responses have gone...
In my debugger, I get right up to \Fuel\Core\Controller::after and my response looks just like I want it, but the client only ever gets a 200 and empty body. Anybody familiar with this upgrade have a guess what might be going on here?
Disappearing body totally unrelated to upgrade. Turns out deleting $response->send(true) from the end of index.php has exactly that effect. Sorry if anyone lost some neural cycles trying to figure out why I'm a dufus.