mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Use valid call type instead in protocol (#534)
This commit is contained in:
committed by
Reed Allman
parent
4cc2b093b0
commit
347edea56e
@@ -64,7 +64,7 @@ func (ci callInfoImpl) Input() io.Reader {
|
||||
}
|
||||
|
||||
func (ci callInfoImpl) ProtocolType() string {
|
||||
return "http"
|
||||
return ci.call.Type
|
||||
}
|
||||
|
||||
// Request basically just for the http format, since that's the only that makes sense to have the full request as is
|
||||
|
||||
Reference in New Issue
Block a user