http://go/gh/envoyproxy/envoy/pull/6530 is adding a "response code details" field to the StreamInfo so that access logs can determine whether a response came from the upstream or envoy itself because of a sendLocalReply. To provide better context, calls to sendLocalReply should include a response code details string to set in the StreamInfo.
Related to #1178