Conversation
|
It is ok, but {!s:<20} def print_info(self, req, req_body, res, res_body): |
|
Would that change get this merged? Looks like there is no activity here. I submitted this months ago. You are wwelcome to PR from my fork. |
|
I need to make a queue for messages from a parallel running program (python processes). Messages should go through a proxy to one external server. Server responses are also distributed according to the call queue. I want to do on RabbitMQ. Help me find the entry point in the PROXY2 code to send to RabbitMQ and an external server. And accepted answers in the same order. Thank you! |
|
Ok, I opend issue tracker at https://github.com/guysoft/proxy2/issues Please post there since this repository is evidently abounded (only sign of life is @inaz2 👍 a while ago) |
|
@hubald I see your fork is actually maintaining this. Can you open the Issue tracker and PR so we can move development there? |
|
Thanks @hubald , continued in https://github.com/Hubald/proxy2 |
If a url has a non-unicode path, then the proxy crashes with:
I found that sometimes the information in parse is a string, and sometimes its bytes, this solves the problem.