zinic / pyrox

The high-speed HTTP middleware proxy for python
MIT License
37 stars 9 forks source link

Allow upstream_hosts to be left unset #41

Closed zinic closed 10 years ago

zinic commented 10 years ago

Setting upstream_hosts to None or leaving it unset should allow filters to assume complete control of the routing mechanism.

As a default, messages without a route set will now return a 503, Service Unavailable.

zinic commented 10 years ago

Solved