Skip to content

Commit be33a2b

Browse files
authored
Update README.md
1 parent 83d1eae commit be33a2b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ void my_cgi_function(Request request, Output output)
3939
output("Uri:", request.header["REQUEST_URI"]);
4040
}
4141
```
42+
43+
## Notes
44+
- stdout is redirected to stderr.
45+
- a simple cgiLog function is included for debug purpouses.
46+
- tested on linux only.

0 commit comments

Comments
 (0)