ALPHA* ready :)

This commit is contained in:
thosakwe 2016-12-18 20:40:50 -05:00
parent 1c9c5c7eca
commit e3d14d407f
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# angel_framework
[![pub 1.0.0-dev.33](https://img.shields.io/badge/pub-1.0.0--dev.33-red.svg)](https://pub.dartlang.org/packages/angel_framework)
[![pub 1.0.0-dev.34](https://img.shields.io/badge/pub-1.0.0--dev.34-red.svg)](https://pub.dartlang.org/packages/angel_framework)
![build status](https://travis-ci.org/angel-dart/framework.svg)
Core libraries for the Angel Framework.

View file

@ -168,9 +168,9 @@ class Angel extends AngelBase {
return await executeHandler(requestMiddleware[handler], req, res);
}
res.willCloseItself = true;
res.io.write(god.serialize(handler));
await res.io.close();
// res.willCloseItself = true;
res.write(god.serialize(handler));
// await res.io.close();
return false;
}

View file

@ -1,5 +1,5 @@
name: angel_framework
version: 1.0.0-dev.33
version: 1.0.0-dev.34
description: Core libraries for the Angel framework.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_framework