koa-lite/lib
gyson 1be333ca31 change respond() to a regular function
remove `yield* next` in lib/application, which caused annoy `A promise
was converted into a generator …` message.

benchmark result:
* when bench with native Promise, it has no impact for both stable and
experimental ones.
* when bench with Bluebird, it’s about 5-10% faster than original for
both stable and experimental ones.

closes #472
2015-08-23 13:55:20 -07:00
..
application.js change respond() to a regular function 2015-08-23 13:55:20 -07:00
context.js non-error thrown, fixed #432 2015-04-14 10:34:55 +08:00
request.js add this.req check for querystring() 2015-08-22 14:40:36 -07:00
response.js make sure helpers return strict string 2015-04-29 01:44:02 +08:00