irmen / Pyro5

Pyro 5 - Python remote objects
https://pyro5.readthedocs.io
MIT License
303 stars 36 forks source link

httpgateway should not involve Pyro code with OPTION method (CORS) to avoid double calls #66

Closed phil2nice closed 2 years ago

phil2nice commented 2 years ago

Hello In the httpgateway.py code I delivered some times in the past, I noticed that all the pyro code is involved even with the OPTION method used for CORS. This leads to overhead the same code is then called twice. PYRO code should not be involved with OPTION method. I have a new version of hittpgateway.py that corrects this point.

irmen commented 2 years ago

sure, stick it in a pull request like the previous time so I can have a look!