mirror of
https://github.com/soheilhy/cmux.git
synced 2025-10-18 13:18:09 +08:00
Compare commits
4 Commits
dev/fix-me
...
dev/go18
Author | SHA1 | Date | |
---|---|---|---|
|
79b9df6ccf | ||
|
210139db95 | ||
|
bf4a8ede9e | ||
|
526b64db7a |
@@ -4,6 +4,7 @@ go:
|
|||||||
- 1.5
|
- 1.5
|
||||||
- 1.6
|
- 1.6
|
||||||
- 1.7
|
- 1.7
|
||||||
|
- 1.8
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
# Auto-generated with:
|
# Auto-generated with:
|
||||||
# git log --oneline --pretty=format:'%an <%aE>' | sort -u
|
# git log --oneline --pretty=format:'%an <%aE>' | sort -u
|
||||||
#
|
#
|
||||||
|
Andreas Jaekle <andreas@jaekle.net>
|
||||||
Dmitri Shuralyov <shurcooL@gmail.com>
|
Dmitri Shuralyov <shurcooL@gmail.com>
|
||||||
Ethan Mosbaugh <emosbaugh@gmail.com>
|
Ethan Mosbaugh <emosbaugh@gmail.com>
|
||||||
Soheil Hassas Yeganeh <soheil.h.y@gmail.com>
|
Soheil Hassas Yeganeh <soheil.h.y@gmail.com>
|
||||||
|
@@ -42,7 +42,7 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func safeServe(errCh chan<- error, muxl CMux) {
|
func safeServe(errCh chan<- error, muxl CMux) {
|
||||||
if err := muxl.Serve(); !strings.Contains(err.Error(), "use of closed network connection") {
|
if err := muxl.Serve(); !strings.Contains(err.Error(), "use of closed") {
|
||||||
errCh <- err
|
errCh <- err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user