File: todo

package info (click to toggle)
libpoe-component-server-simplehttp-perl 2.30-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 324 kB
  • sloc: perl: 1,324; makefile: 7
file content (14 lines) | stat: -rw-r--r-- 647 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- look if ADDRESS stuff is really unnecesary because that makes impossible to bind to certain ip
 (it might be optional but possible to give)
- Support for ucfirst lc $arguments not only uppercase ones? (or check if that works in all cases)

- indents in everywhere and one coding style (which one?)

- cleanup logging methods, currently:
 * LOGHANDLER is fired on request (which place could be used for ACLs not loggers)
 * LOG2HANDLER is fired after servicing request BUT NOT for Streams (need to be fixed)

- maybe after first fail for any session/event post that handler should be disabled? 
  or maybe triggerable behaviour

any other ideas?