]> git.lizzy.rs Git - rust.git/commit
std: Store flowinfo/scope_id in host byte order
authorAlex Crichton <alex@alexcrichton.com>
Tue, 22 Mar 2016 16:33:36 +0000 (09:33 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 22 Mar 2016 16:33:36 +0000 (09:33 -0700)
commit88506ce5cdc7a5e3eeb9e121184f8a1c2e40819e
treeb7bb03284377663fb7b4710c44cf27c2e44c9311
parent0168dc7c5904701983c280cb4fa0fb0c0fa692c5
std: Store flowinfo/scope_id in host byte order

Apparently these aren't supposed to be stored in network byte order, so doing so
ends up causing failures when it would otherwise succeed when stored in the host
byte order.

Closes #32424
src/libstd/net/addr.rs