commit | 7189a056319cf08a5c74715e8c8c0f6769ebd1b3 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <brad@danga.com> | Sun Dec 07 19:05:01 2014 -0800 |
committer | Brad Fitzpatrick <brad@danga.com> | Sun Dec 07 19:05:01 2014 -0800 |
tree | f7581332c176e5d37441a795c4c048e7c0387e18 | |
parent | c57de9fa4002ae603e4a3bf6cfe9728a92488d18 [diff] [blame] |
New TODO, related to a known crash
diff --git a/server.go b/server.go index 06d5345..297f44c 100644 --- a/server.go +++ b/server.go
@@ -1039,6 +1039,9 @@ case stateOpen: st.state = stateHalfClosedRemote case stateHalfClosedLocal: + // TODO: this causes a known crash (currently skipped + // test in server_test.go). We shouldn't leave + // streams in the map in stateClosed. st.state = stateClosed } }