Mostly decoupled WebGUI from Log4perl
This commit is contained in:
parent
f22020c267
commit
2bac95fa26
3 changed files with 20 additions and 22 deletions
2
TODO
2
TODO
|
|
@ -1,6 +1,5 @@
|
|||
TODO
|
||||
* Deprecate WebGUI::Session::HTTP - replace with WebGUI::Request/Response
|
||||
* Turn logger into $self->request->env->{'psgi.errors'}->print(join '', @stuff);
|
||||
|
||||
DONE
|
||||
* $session->request is now a Plack::Request object
|
||||
|
|
@ -9,6 +8,7 @@ DONE
|
|||
* urlHandler API changed - no longer gets server, config
|
||||
* Streaming response body
|
||||
* Delete lib/WebGUI/URL and replace with new Middleware(s)
|
||||
* Mostly decoupled WebGUI from Log4perl
|
||||
|
||||
NB
|
||||
* Periodically do a big stress-test and check for leaks, mysql overload etc..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue