AutomatedTester.BrowserMob icon indicating copy to clipboard operation
AutomatedTester.BrowserMob copied to clipboard

_port now a 32bit integer

Open axtens opened this issue 7 years ago • 1 comments

I have other things to add but this is a start.

axtens avatar Jul 18 '17 09:07 axtens

The _port was Int16 and that was signed, so once it went beyond 32767, it would flip to negative.

axtens avatar Jul 18 '17 10:07 axtens