zinic / pyrox

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

Add Default Headers to Request #40

Closed zinic closed 10 years ago

zinic commented 10 years ago

An error occurs within the filter system when a request is relayed without intercepting the body or modifying the headers to contain a correct Content-Length.

Default header values would solve this problem.