summaryrefslogtreecommitdiff
path: root/modules/httpd
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-07-29 20:51:07 +0200
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-07-29 20:51:07 +0200
commit8d6fc2f28092dffed6ee50ee08ad67188d3fb160 (patch)
treeb68e7841389b9710eba3a4e08e7773a141858179 /modules/httpd
parent889e0b3aa175dd49d0581d34396236d97ffa7b60 (diff)
update TODOs
Diffstat (limited to 'modules/httpd')
-rw-r--r--modules/httpd/httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/httpd/httpd.c b/modules/httpd/httpd.c
index 7642722..f194d54 100644
--- a/modules/httpd/httpd.c
+++ b/modules/httpd/httpd.c
@@ -130,7 +130,7 @@ static int output_handler(const char *str)
{
(void)str;
- /* TODO: print 'str' to all active HTTP connections */
+ /* XXX: print 'str' to all active HTTP connections */
return 0;
}