Commit 4909c4c
committed
http2: fix incorrect panic
Previously, we panic'd on sending WINDOW_UPDATE on the half-closed-local state. However, the RFC allows sending WINDOW_UPDATE in this state, so we should no panic. Change-Id: I702b2d5ad525837d7b8c650b7a2ed3f16371be63 Reviewed-on: https://go-review.googlesource.com/34498 Run-TryBot: Tom Bergan <tombergan@google.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>1 parent 989b0d9 commit 4909c4c
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
936 | 936 | | |
937 | 937 | | |
938 | 938 | | |
939 | | - | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
940 | 946 | | |
941 | | - | |
| 947 | + | |
942 | 948 | | |
943 | 949 | | |
944 | 950 | | |
| |||
0 commit comments