| 944 | } |
| 945 | |
| 946 | void H2Stream::processingFinished() |
| 947 | { |
| 948 | state = Closed; |
| 949 | protoRequest->streams.remove(streamId); |
| 950 | protoRequest->sock->requestFinished(); |
| 951 | delete this; |
| 952 | } |
| 953 | |
| 954 | void H2Stream::windowUpdated() |
| 955 | { |
nothing calls this directly
no test coverage detected