File: ToDo

package info (click to toggle)
libapache-request-perl 1.1-0.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,312 kB
  • ctags: 184
  • sloc: sh: 6,975; ansic: 1,141; perl: 796; makefile: 55
file content (27 lines) | stat: -rw-r--r-- 841 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
o look for 'XXX' in the source, they mark some bits of code that need work

o port to apache 2.0

o multipart_buffer_headers punts on headers more than 5k (which could
  happen with a really long form input name, for example). better than
  the old behavior of locking up, but we could be clever and actually
  handle this.

o should probably handle Apache::Request->param http://blah.com/?foo
  like CGI.pm does (turn it into a param named "keywords")

o mmap upload files ?

o improve/automate build process for c, dtcl (autoconf support?)

o Fix our Apache::Test-based test suite

o Document build/install process for OS X.

o optional build/link of libapreq.a directly into httpd?

o solve the memory leak for:
  my $r = shift;
  $r = Apache::Request->new($r);
  as discussed at:
  http://marc.theaimsgroup.com/?t=102615343600005&r=1&w=2