Skip to content

golang/net

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Write a test for multiple streams simultaneously sending data.
Exercise the stream send queue, verify that we fairly schedule
sends among the available streams.

Fix a couple bugs turned up by the test.

For golang/go#58547

Change-Id: I6a56f121d5cb49e79c9e4ad043fb94d34a4dab40
Reviewed-on: https://go-review.googlesource.com/c/net/+/517859
Reviewed-by: Jonathan Amsterdam <jba@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Damien Neil <dneil@google.com>
126a5f3

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
February 7, 2023 17:08
February 7, 2023 17:08
February 8, 2023 14:49
May 10, 2023 21:21
February 7, 2023 17:08
March 17, 2012 15:20

Go Networking

Go Reference

This repository holds supplementary Go networking libraries.

Download/Install

The easiest way to install is to run go get -u golang.org/x/net. You can also manually git clone the repository to $GOPATH/src/golang.org/x/net.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with "x/net:" in the subject line, so it is easy to find.