catchpoint / WebPageTest.tsproxy

Traffic-shaping SOCKS5 proxy
Apache License 2.0
73 stars 26 forks source link

Add missing newline after status message. #26

Closed andrey-malets closed 3 years ago

andrey-malets commented 3 years ago

The "print" statement that was used before automatically inserted newline character after the message, while .write() method does not do this, which broke compatibility with some clients, notably Catapult. Also fix formatting a little by stripping unnecessary space.