Hi Guys!
I'm new to the twisted framework and I'm using it to write a simple
HTTPProxy with rewrite capabilities.
While calling ProxyCiient.handleHeader method, it seems that Content-Length
field is being added. Notice that I say "add" instead of "set":
def handleHeader(self, key, value):
Hi,
perhaps our project code could help with the insight:
Creation of the SSH server:
https://github.com/opennode/opennode-management/blob/master/opennode/oms.tac#L26
Definition of the checker:
https://github.com/opennode/opennode-management/blob/master/opennode/oms/security/authentication.py#L65