[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MiNTNET Bug spotted.
Active TCP connections
Proto Recv-Q Send-Q Local-Address Foreign-Address State
TCP 0 1156 203.4.148.180:http 134.173.42.2:-12063 CLOSING
TCP 0 0 203.4.148.180:1023 203.4.148.1:login ESTABLISHED
TCP 67 0 203.4.148.180:1024 203.4.148.1:6250 ESTABLISHED
See the http request? This data will never arrive. I assume it's because
the port number should be being handled as unsigned, but is getting
treated as signed, instead.
I've given this extensive testing over the last hour. Linux's http server
doesn't have a problem with the requesting site, but my box does. But
_ONLY_ when the port number appears to be negative.
Dancer