good morning!!!!

Skip to content
Snippets Groups Projects
Commit 7fcfc557 authored by Garet Halliday's avatar Garet Halliday
Browse files

need to find a way to catch bugs like this

parent 95fe34c4
No related branches found
No related tags found
No related merge requests found
......@@ -241,7 +241,7 @@ func transaction0(ctx *bctx.Context) berr.Error {
case packets.Parse, packets.Bind, packets.Close, packets.Describe, packets.Execute, packets.Flush:
return ctx.ServerProxy(in)
default:
return berr.ServerProtocolError
return berr.ClientProtocolError
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment