Skip to content

Commit 4ebcb92

Browse files
author
vcarvajal
committed
Set the ServerFlavor on the RPCPayload
1 parent b0eef05 commit 4ebcb92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

module.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ func (m *Module) inspectorPreRequest(req *http.Request) (inspin2 RPCMsgIn2, out
226226
}
227227

228228
inspin := NewRPCMsgIn(req, reqbody, -1, -1, -1, m.config.ModuleIdentifier(), m.config.ServerIdentifier())
229+
inspin.ServerFlavor = m.config.ServerFlavor()
229230
m.extractHeaders(req, inspin)
230231

231232
if m.config.Debug() {

0 commit comments

Comments
 (0)