diff options
| author | Jeff Carr <[email protected]> | 2025-09-22 08:52:33 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-22 08:52:33 -0500 |
| commit | e9965f51092ef287b3ea0a8075c4fc359d37a47a (patch) | |
| tree | 6ce3e3e32b2baf8cc84f76b79c349a1f7eccf745 /protoParse.go | |
| parent | 6c9a3dd63249d6a88a7ddbb3d420327e7a41cc23 (diff) | |
error out if server returns nilv0.5.6
Diffstat (limited to 'protoParse.go')
| -rw-r--r-- | protoParse.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protoParse.go b/protoParse.go index 37c1df2..474028c 100644 --- a/protoParse.go +++ b/protoParse.go @@ -197,6 +197,7 @@ func (pf *File) parseForMessage(line string) *MsgName { log.Info("got autogenpb:http") pf.DoHTTP = true msg.DoHTTP = true + msg.DoMarshal = true // http requires Marshal } if strings.Contains(line, "`autogenpb:gui") { log.Info("got autogenpb:gui") |
