| 35/38 |
© 2004 by Philippe "BooK" Bruhat.
|
There is no store and forward mechanism
The proxy does not detect some lost connections, and the child process is blocked until LWP::UserAgent times out
The CONNECT method is supported (giving access to those https URL), but the proxy cannot use filters on those connections (no man-in-the-middle yet)
The match criteria are positive ("apply this filter to example.com") and HTTP::Proxy does not support negative criteria (like "apply this filter to everything but example.com")
It still does not do what I wanted when I started to work on this project...
... luckily, other people worked on that