From 0619322ea272cbc88784e992085b48f53cc2d5c5 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Fri, 26 Dec 2014 16:37:32 +0000 Subject: [PATCH] Added warning to scgi module. --- lib/pure/scgi.nim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/pure/scgi.nim b/lib/pure/scgi.nim index 58b37833a6..f3e2b583cd 100644 --- a/lib/pure/scgi.nim +++ b/lib/pure/scgi.nim @@ -25,6 +25,10 @@ ## ## **Warning:** The API of this module is unstable, and therefore is subject ## to change. +## +## **Warning:** This module only supports the old asynchronous interface. +## You may wish to use the `asynchttpserver `_ +## instead for web applications. include "system/inclrtl"