| author | |
| committer | |
| log | 75ddb62a2e58c61b0ae046745a619132f63c3bcf |
| tree | 294f1f657114ced3a7b85cc8d562f02243b58100 |
| parent | fe0ff7f718182a023a39c6126f40e5ffe3364f7b |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/net.zig+1-1| ... | ... | @@ -1944,7 +1944,7 @@ pub const Stream = struct { |
| 1944 | 1944 | pub const Error = ReadError; |
| 1945 | 1945 | |
| 1946 | 1946 | pub fn getStream(r: *const Reader) Stream { |
| 1947 | return r.stream; | |
| 1947 | return r.net_stream; | |
| 1948 | 1948 | } |
| 1949 | 1949 | |
| 1950 | 1950 | pub fn getError(r: *const Reader) ?Error { |