Leonard Buskin
Leonard Buskin
+1 seeing on celery (4.1.0), gevent
I found check for setup redirection: ``` public function handle(Request $request, Closure $next) { if (!$this->settings->get('app_name')) { return cachet_redirect('setup'); } return $next($request); } ``` But app_name was set up in...
That's not the only trouble w/ ASGI and binary strings. We also need to decode resulting headers in `asgi.py`, if I understand correctly: ``` async def send(got): ... if got['type']...
That's a great dive into the problem, thank you. It's not my domain, let's say I was passing by and just needed a quick look inside of the modem, so...