From 67338bb9b253ea4908ccce9ff3d1059e7b0ca95b Mon Sep 17 00:00:00 2001 From: snoop Date: Tue, 27 Jun 2017 16:42:18 +0900 Subject: [PATCH] version up!? --- grpc/grpc.pb.gw.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/grpc/grpc.pb.gw.go b/grpc/grpc.pb.gw.go index 872adb9..036086e 100644 --- a/grpc/grpc.pb.gw.go +++ b/grpc/grpc.pb.gw.go @@ -85,19 +85,19 @@ func RegisterOverflowGatewayHandler(ctx context.Context, mux *runtime.ServeMux, }(ctx.Done(), cn.CloseNotify()) } inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) - rctx, err := runtime.AnnotateContext(ctx, req) + rctx, err := runtime.AnnotateContext(ctx, mux, req) if err != nil { - runtime.HTTPError(ctx, outboundMarshaler, w, req, err) + runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return } resp, md, err := request_OverflowGateway_ExecServices_0(rctx, inboundMarshaler, client, req, pathParams) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { - runtime.HTTPError(ctx, outboundMarshaler, w, req, err) + runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return } - forward_OverflowGateway_ExecServices_0(ctx, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) + forward_OverflowGateway_ExecServices_0(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) })