We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce7483 commit d3a9ad5Copy full SHA for d3a9ad5
proxygen/lib/http/coro/HTTPStreamSourceSink.cpp
@@ -168,7 +168,7 @@ void HTTPStreamSourceUpstreamSink::sendAbort() {
168
169
void HTTPStreamSourceUpstreamSink::sendHeadersWithOptionalEOM(
170
const HTTPMessage& headers, bool eom) {
171
- egressHeaders_ = {&headers, eom};
+ egressHeaders_ = {.msg = &headers, .eom = eom};
172
// the session will only invoke ::readBodyEvent on egressSource_
173
egressSource_.validateHeadersAndSkip(*egressHeaders_.msg, egressHeaders_.eom);
174
}
0 commit comments