kannibalox / pyrosimple

An overhauled fork of the pyrocore tools for rTorrent
https://kannibalox.github.io/pyrosimple/
GNU General Public License v3.0
47 stars 5 forks source link

fixed two small errors in scgi.py for http transport #2

Closed JeremyMahieu closed 2 years ago

JeremyMahieu commented 2 years ago

It should use the full netloc so that ports other than 80 are also covered, and it should always do a post, never get.

kannibalox commented 2 years ago

Good catch, I suspect this means I over-complicated the whole function while testing.