Add client support for server push (#314)
This patch exposes push promises to the client API. Closes #252
This commit is contained in:
committed by
Carl Lerche
parent
6d8554a23c
commit
6b23542a55
@@ -153,10 +153,7 @@ impl State {
|
||||
if eos {
|
||||
Closed(Cause::EndStream)
|
||||
} else {
|
||||
Open {
|
||||
local: AwaitingHeaders,
|
||||
remote,
|
||||
}
|
||||
HalfClosedLocal(Streaming)
|
||||
}
|
||||
},
|
||||
Open {
|
||||
|
||||
Reference in New Issue
Block a user