Skip to content
Snippets Groups Projects
Commit cb94cf47 authored by deuce's avatar deuce
Browse files

Remove a few TODO comments.

parent 5fc79e05
No related branches found
No related tags found
No related merge requests found
......@@ -38,20 +38,10 @@
/*
* General notes: (ToDo stuff)
*
* Currently, all SSJS requests for a session are ran in the same context without clearing the context in
* any way. This behaviour should not be relied on as it may disappear in the future... this will require
* some thought as it COULD be handy in some circumstances and COULD cause weird bugs in others.
*
* Dynamic content is always resent on an If-Modified-Since request... this may not be optimal behaviour
* for GET requests...
*
* Should support RFC2617 Digest auth.
*
* Support the ident protocol... the standard log format supports it.
*
* SSJS stuff should support chunked transfer for HTTP/1.1 and fast mode.
* (Would allow keep-alives to stay erm... alive)
*
* Add in support to pass connections through to a different webserver...
* probobly in access.ars... with like a simplified mod_rewrite.
* This would allow people to run apache and Synchronet as the same site.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment