From 969614dba17c5e4af95bea271d700c82315e3467 Mon Sep 17 00:00:00 2001 From: Jonathan Ong Date: Thu, 26 Dec 2013 00:11:14 -0800 Subject: [PATCH] docs: manual responses are not supported closes #145 --- docs/api/context.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/context.md b/docs/api/context.md index 684b25a..ba52f67 100644 --- a/docs/api/context.md +++ b/docs/api/context.md @@ -35,6 +35,8 @@ app.use(function *(){ Node's `response` object. + Note: bypassing Koa's response handling and calling `res.writeHead()`, `res.write()` or `res.end()` is __not__ supported. + ### ctx.request A koa `Request` object.