bad remote IP address in HttpRequest.connectionInfo of a HTTPServer on Windows #23031
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
closed-stale
Closed as the issue or PR is assumed stale
library-io
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
This issue was originally filed by [email protected]
What steps will reproduce the problem?
What is the expected output? What do you see instead?
expected output: the remote IP address
instead: we get strange values and the first connection has a different value
What version of the product are you using?
Dart 1.9.1 and previous versions too
On what operating system?
Windows 7 SP1 (64bit) and Windows 8.1 (64bit)
What browser (if applicable)?
N/A
Please provide any additional information below.
works fine on Linux
didn't try on MacOS
work fine if ANY_IP_V4 is used in the bind
full sample: https://gist.github.com/kgersen/40fc031bf045387a6045
run server.dart on a windows machine
run "client.dart http://server_ip:8192" on same machine or another
The text was updated successfully, but these errors were encountered: